reads from script file
Pipe format, based off sh
realtime parsing
regex()
regexic()
date()
rotation()
section()
hyperlink()
open.*, open()
drive.*
format.table()
All variables are arrays
declaration: VAR="foobar", VAR={"FOO","BAR","LOL"}
usage as variable: $VAR - actually means $VAR[1]
usage as array $VAR[1]
block 0 is index: if $VAR[0] is 5, then there are 5 data blocks
RETURN=VAR - return the array
RETURN=$VAR - return 1st block of VAR
RETURN is a array, just like any other variable
There was an error while loading. Please reload this page.