954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

reading a line in excel

Hello,
can you guyz help write a while loop to read this line, for example
2,Joind,2082421,235.6,8
2= number
Joind = item
2082421 = item number
235.6 = item price
8 = day
all what i'm tryin to do is while reading each line if we encounter a ',' store all the characters in the specific array for example number, item , item number , item price, day.
i know how to store them but i dont know how to write the while loop
to read each character untill we encounter a ',' because its an excel file not a normal file.
thx alote
2,Joind,2082421,235.6,8
'
'
'
'
'
'
'
'
'

rowly
Junior Poster in Training
65 posts since Sep 2006
Reputation Points: 10
Solved Threads: 3
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You