I was wondering if you can help me...
I'm trying to read some 'Comma Delimited' text from an external file I've created, called 'Test.txt'.
The contents of my file are as follows...
1, My Great Application !!!
2, Version 1.0
3, Powered By 'IMAGINATION'
What I want to do is read the information after the '*,' and write it to the following variables ( of which I'll then use to display in my AutoPlay Menu )...
%Title%
%Version%
%Tagline%
I'm sure this is easy, but I'm not sure where to start.
Many thanks in advance !!!
I'm trying to read some 'Comma Delimited' text from an external file I've created, called 'Test.txt'.
The contents of my file are as follows...
1, My Great Application !!!
2, Version 1.0
3, Powered By 'IMAGINATION'
What I want to do is read the information after the '*,' and write it to the following variables ( of which I'll then use to display in my AutoPlay Menu )...
%Title%
%Version%
%Tagline%
I'm sure this is easy, but I'm not sure where to start.
Many thanks in advance !!!
Comment