using an escape functionality within the split function
Posted: Tue Aug 26, 2003 4:58 pm
I have the following comma delimited string which I am trying to use the split function on
Address,Contact Info,<serial number>,"GPA",12345678890123456
for some reason.... <serial number> is being replaced with a blank space....
can someone please explain why this is happening and give me a possible solution
Address,Contact Info,<serial number>,"GPA",12345678890123456
for some reason.... <serial number> is being replaced with a blank space....
can someone please explain why this is happening and give me a possible solution