WWW.NNC.IR
Macro Reference
642
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Outputs a character string to the file "E:\input.txt".
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
STRING$ = "Sample"
Rem Open the file
Open "E:\input.txt" For Append As #1
Print #1, STRING$
Rem Close up the file.
Close #1
Close (Reference: X Details (p.432)) Open For Append As# (Reference: X Details (p.627))
Open For Output As# (Reference: X Details (p.631))