[Gambas-user] file

Rizky Tahara Shita rizky at ...225...
Thu Feb 5 07:38:22 CET 2004


have you guys an example how to write something to a file ???

open "./test.txt" for write as #hFile
	print #hFile, "testing"
close #hFile


the script above aren't working if the file never been exists...
any solutions ???






More information about the User mailing list