Rajesh Karunakaran
Programmer
Hi Team!
I have to create an ASCII file (as the person who needs the file said) with values from 5-6 columns. Each column is TAB separated. I used the STRTOFILE() function to write the values with TAB character in between to a file (without the .TXT extension). The file gets created smoothly and we can see that the values are appearing in the proper format and all columns are properly in alignment when we compare it with a sample file provided to us.
But, does the file created by STRTOFILE() conforms to the so called format 'ASCII'?
I searched and came across many write-ups but were not able to come to a conclusion!
Thanks in advance
Rajesh
I have to create an ASCII file (as the person who needs the file said) with values from 5-6 columns. Each column is TAB separated. I used the STRTOFILE() function to write the values with TAB character in between to a file (without the .TXT extension). The file gets created smoothly and we can see that the values are appearing in the proper format and all columns are properly in alignment when we compare it with a sample file provided to us.
But, does the file created by STRTOFILE() conforms to the so called format 'ASCII'?
I searched and came across many write-ups but were not able to come to a conclusion!
Thanks in advance
Rajesh