Dear,
I have the following code:
Open strFileName for input as #1
input #1,ParentUserClass,UserClass,BranchName,BranchID
If I look at the csv file that I am opening for input, then I can see that in the field UserClass should normally come 057, but it seems that the input function recognizes this as a number and leaves out the zero, so 57 is loaded into userclass.
How can I make sure that the input function retrieves everything as a string?
Thanks.
Jelle
I have the following code:
Open strFileName for input as #1
input #1,ParentUserClass,UserClass,BranchName,BranchID
If I look at the csv file that I am opening for input, then I can see that in the field UserClass should normally come 057, but it seems that the input function recognizes this as a number and leaves out the zero, so 57 is loaded into userclass.
How can I make sure that the input function retrieves everything as a string?
Thanks.
Jelle