My company is in the process of changing over from Attachmate EXTRA enterprise 2000 to Attachmate Reflection for the Web. I am trying to update one of the macros that we have used for a long time.
The only thing I can't figure out is how to read and write to text files. At one point during the macro, I need to read an array of strings from a text file, where each line is a string. Later, I need to add a line to the text file.
Is this possible? EXTRA was VB based so I was able to do this, but if reflection is javascript, will it work?
The only thing I can't figure out is how to read and write to text files. At one point during the macro, I need to read an array of strings from a text file, where each line is a string. Later, I need to add a line to the text file.
Is this possible? EXTRA was VB based so I was able to do this, but if reflection is javascript, will it work?