Hi there!
I am currently writing a program to generate input data txt files for another program that will convert it to tables.
The contents of the file will look something like this:
A B C
aaa 1 2
bbb 2 1
where the first line contains the labels and the rest of the lines are the records, and each value is separated by tab("/t"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I would like to find out which methods I should use for writing text files, and also how to go about generating random string variables, e.g., the C attribute above is a string.
Thanks =P
Russ.
I am currently writing a program to generate input data txt files for another program that will convert it to tables.
The contents of the file will look something like this:
A B C
aaa 1 2
bbb 2 1
where the first line contains the labels and the rest of the lines are the records, and each value is separated by tab("/t"
I would like to find out which methods I should use for writing text files, and also how to go about generating random string variables, e.g., the C attribute above is a string.
Thanks =P
Russ.