Difference between revisions of "FILE WRITE TEXT"
From Macros Wiki
Line 1: | Line 1: | ||
− | {{Command|syntax=FILE_WRITE_TEXT < | + | {{Command|syntax=FILE_WRITE_TEXT <file Number>, <text> |
|description=*DESCRPTION* | |description=*DESCRPTION* | ||
− | |param1=< | + | |param1=<file Number>|param1_desc={{file Number}} |
|param2=<text>|param2_desc={{text}} | |param2=<text>|param2_desc={{text}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :FILE_WRITE_TEXT |
[[Category:External_File_Handling]] | [[Category:External_File_Handling]] |
Revision as of 12:37, 26 July 2010
Command
- FILE_WRITE_TEXT <file Number>, <text>
- DESCRPTION*
Parameters
- <file Number>
- File number, 1 to 10. You may have up to 10 files open at the same time.
- <text>
- A text string, in double quotes, for example "my text" or a string variable, for example a$
Example
- FILE_WRITE_TEXT