Please I need some help, I am pretty new to VBScript, I have the following file, and I need to read the last line of this file, to extract bytes 12 – 18. Each line in this file is terminated with <cr>and <lf>.
How can I read the last line into a variable?
An example of the file (called res.txt) is
Erot4959584848432030jfjrurur<cr><lf>
Dheyreoew9238384040430940059939393<cr><lf>
3749qwye7383373494392830403028384302ujw8932303<cr><lf>
Thanks in advance
How can I read the last line into a variable?
An example of the file (called res.txt) is
Erot4959584848432030jfjrurur<cr><lf>
Dheyreoew9238384040430940059939393<cr><lf>
3749qwye7383373494392830403028384302ujw8932303<cr><lf>
Thanks in advance