Closefile comment, Closefile, Comment – Ocean Optics Jaz Scripting Language and Scripting Engine User Manual
Page 28
Advertising

6: Functions Reference
20
013-RD000-000-12- 201010
Name
Type
Special Considerations
IN
Operator for membership
OUTSIDE
Operator for non-membership
[a,b]
Numeric range (real or integer)
A < B
{a,b,c}
Set of discrete values
No imposed order
Intent:
Check that a system attribute, feature or device is or is not present or is sufficient to allow script to
proceed. If a check statement fails, the script terminates.
CloseFile
Syntax: CloseFile(F)
Arguments
Name
Type
Special Considerations
F
FILE
Intent:
Finalizes access to a file.
Comment
Syntax: //This is a comment
A comment is any text following '//' to the end of a line.
Name
Type
Special Considerations
//
Comment start
// to end of line ignored in script
Advertising