cfisher440
Well-known member
- Joined
- Oct 11, 2005
- Messages
- 73
- Programming Experience
- 1-3
Say I have a line of text like this
11/12/06, 71,00589331,00200,00227755,00210,00058889,00017
I want to split this line up so that I have variables for all the values separated by commas.
In other words I want 11/12/06 to have it's own variable, 71 to have its own variable, 00589331 to have it's own variable, and so on.
Any ideas would be appreciated
11/12/06, 71,00589331,00200,00227755,00210,00058889,00017
I want to split this line up so that I have variables for all the values separated by commas.
In other words I want 11/12/06 to have it's own variable, 71 to have its own variable, 00589331 to have it's own variable, and so on.
Any ideas would be appreciated