ultimatewilliam
Programmer
hi there. After opening a text file, is it posible to ignore the comma-delimiter and assign the whole line to a single variable?
Input #1, MyString
where MyString should be "Smith, John 12335,12654,132Z"
what happens is that MyString will only have "Smith"
thank you for your time.
Input #1, MyString
where MyString should be "Smith, John 12335,12654,132Z"
what happens is that MyString will only have "Smith"
thank you for your time.