VisKProg HELP - WriteFile function - Example
Back
str
= "
This is a test string!
";
myFile
=
GetSaveFilename
();
WriteFile
(
myFile
,
str
);
© 2000 by
Christoph Pinkel