Hi,
I need to know how to import a text file into a script so I can use put all the file content in a variable.
for example: if my C:\example.txt contains "73001;73002"...
dim_logid = (here I need to put the function that gets the text file plus the path "C:\example.txt")
msgbox dim_logid
(after that it should show a msgbox containing "73001;73002")
I need to know how to import a text file into a script so I can use put all the file content in a variable.
for example: if my C:\example.txt contains "73001;73002"...
dim_logid = (here I need to put the function that gets the text file plus the path "C:\example.txt")
msgbox dim_logid
(after that it should show a msgbox containing "73001;73002")