Hi
Long time no ask stupid questions.
I have a variable which is many lines long.
I know I can read an object representing a (text) file line-by-line with
but if I have a multi-line variable which isn't represented or created by an object how can I achieve the same effect?
Hope you're all well...
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]
Long time no ask stupid questions.
I have a variable which is many lines long.
I know I can read an object representing a (text) file line-by-line with
Code:
While not objTextFile.AtEndOfStream
Hope you're all well...
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]