(AGK version: 108.13)
Submitted: 2013-06-21 15:08:40
//Create a test file
file$
=
"agktest.txt"
OpenToWrite
(
1
,
file$
)
WriteLine
(
1
,
"AGK rules!"
)
CloseFile
(
1
)
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login
to post an example of your own.