Re: Delimiting Fields
When I tried a find and replace it did not find any on 0127.
I did make another program to find out the ascii char that would split the fields. It went through all of the chars in turn and trying to split the field. On the row that split the field correctly I knew the ascii number that represented the .
This happens to be 13. So I made sure that in the input box if shomeone enters "0" in the box it changes the code the Ascii 13. This then split the fileds correctly.
So just so you know the ascii value for is 13. Well atleast in this case it was.
Thanks for all your help.