Navigation: thinBasic Modules > File > FILE_Append |
|
Description
Output a StringBuffer to a file. Buffer is appended at the end of the current file content.
Syntax
n = FILE_Append(FileName, StringBuffer)
Returns
Number.
0 means no errors.
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of the file |
StringBuffer |
String |
No |
String to append to file |
Remarks
If FileName does not exists it is created.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |