I would like to know how i can output the value of a variable to a text file?
any help would be appreciated
Matt
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
Moderator: dafunkymunky

dragul wrote:You dont need all that stuff, outputing data to .txt file is much simpler than that:
open "c:\mytextfile.txt" for output as #1
write#1, variablename
close#1
its that simple
Users browsing this forum: No registered users and 2 guests