Difference between revisions of "FILE WRITE TEXT"
From Macros Wiki
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
:FILE_WRITE_TEXT | :FILE_WRITE_TEXT | ||
− | + | :For an example macro see [[Global_Local]] | |
[[Category:External_File_Handling]] | [[Category:External_File_Handling]] |
Revision as of 16:37, 29 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
- For an example macro see Global_Local