AdrianPyro
10-27-2004, 03:14 PM
How to I output strings as readable text in notepad
i'm using this type of output
Open "c:\currentList.txt" For Random As #1 Len = 1000
put #1, 1, variable1
close #1
but this outputs as... machine language..?
i'm using this type of output
Open "c:\currentList.txt" For Random As #1 Len = 1000
put #1, 1, variable1
close #1
but this outputs as... machine language..?