Difference between revisions of "FILE WRITE TEXT"
From Macros Wiki
Line 1: | Line 1: | ||
+ | [[:Category:External_File_Handling|{{Up}}]] | ||
+ | |||
{{Command|syntax=FILE_WRITE_TEXT <file Number>, <text> | {{Command|syntax=FILE_WRITE_TEXT <file Number>, <text> | ||
|description=*DESCRPTION* | |description=*DESCRPTION* |
Revision as of 10:29, 2 August 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