Hello,
I would like to get some help with the task I have in hand. let me explain my dilemma.
I have a "CVS" file that is comma delimited format.
the file has two pieces of information separated by comma. Example bellow:
50,WTF-00011
75,WFT-00023
100,WFT-00050
etc.... the file could have up 6000 lines.
I don't do not know how to write a code separate the line using the comma as a separator.
I would like to assign the values before the comma into a variable "VAR1" for later use later in the program.
I would like to assign the values after the comma into a different variable "VAR2" for use later in the program.
Thank you in advance for your help.
Kind regards,
Ricky