Hai..
I am loading data from csv file into a table. for that i am able to read a line from csv file and able to get tokens from csv string. My problems is i have read one csv line into a string by utl_file.get_line function. This line when fed to my own tokenizer function it will return tokens depends on the index that i pass to that function..
i want loop thru and put each and every token into an arry...later i will do some work on them...
i want how to create a simple array...and insert strings into array based on index..
Please help me...
Thnaks in advance...