I have a text file called "test.txt" in my TEMP directory on my Windows Computer
I Have one line in the text file with the text "mads"
If I run this script
Code: Select all
tv_getPath Temp
temp = result
myFile = tempDir"test.txt"
tv_readtextfile 0 myFile
read = result
PARSE read line string
tv_textBrush string
How can I avoid this?
-Mads