hi
I am a newbie at progress and I am stuck at a simple problem. How can I read text from a fixed format file. The example I am provided with uses SET STREAM to read space delimited numbers. But since text has spaces in it. This code does not work.
Can anyone suggest something?
moskhan
PS: is it possible to provide the names of the input files into progress code as arguments? Just like C where the main function works with argc, argv?
I am a newbie at progress and I am stuck at a simple problem. How can I read text from a fixed format file. The example I am provided with uses SET STREAM to read space delimited numbers. But since text has spaces in it. This code does not work.
Can anyone suggest something?
moskhan
PS: is it possible to provide the names of the input files into progress code as arguments? Just like C where the main function works with argc, argv?