From OpenSCADAWiki
SYS: Input/Output (IO)
Description: Input/Output to: file, string stream.
Parameters:
Identifier | Parameter | Type | Mode | By defaults |
---|---|---|---|---|
rez | Result | Object(IO) | Return | |
name | File name or data (for string stream) | String | In | |
accs | File access (""-string stream;"r[+]"-read;"w[+]"-write from zero;"a[+]"-append;...) | String | In | |
mFormat | Machine data format ('n'-sys order;'b'-BigEndian;'l'-LittleEndian) | Integer | In | "n" |
enc | String encoding in the file/stream | Boolean | In |