Skip to content

Script System Class

guandi97 edited this page Mar 24, 2014 · 10 revisions

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

Clone this wiki locally