FILE WRITE VARS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=FILE_WRITE_VARS <file Number>, <list of up to 10 values> | {{Command|syntax=FILE_WRITE_VARS <file Number>, <list of up to 10 values> | ||
|description=:Write a line of numeric values to a file that was opened using the [FILE_OPEN]. The text may contain up to 10 values, each seperated by a comma. | |description=:Write a line of numeric values to a file that was opened using the [[FILE_OPEN]] command. | ||
:The text may contain up to 10 values, each seperated by a comma. | |||
|param1=<file Number>|param1_desc={{file Number}} | |param1=<file Number>|param1_desc={{file Number}} |
Latest revision as of 17:24, 13 January 2011
Command
- FILE_WRITE_VARS <file Number>, <list of up to 10 values>
- Write a line of numeric values to a file that was opened using the FILE_OPEN command.
- The text may contain up to 10 values, each seperated by a comma.
Parameters
- <file Number>
- File number, 1 to 10. You may have up to 10 files open at the same time.
- <list of up to 10 values>
- List of numeric values and/or variable names.
Example
- FILE_OPEN "DataFile.txt", 4, WRITE
- FILE_WRITE_VARS v1, v2, v3, 1.296, v5