Forum Discussion
anna_v
Staff
14 years agoHi,
I think, the aqFile and aqString objects will be useful for your task. You can get a string containing a text from the text file using the aqFile.ReadWholeTextFile method, then specify the pipe separator using the aqString.ListSeparator property and get a number of records separated by the pipe using aqString.GetListLength.
Please refer to help system for the full description of these properties and methods. I hope this information helps.
Ann