packWindow (w, adr):
W can specify a window by it's name, or by its odb address (if an odb object) or its filespec (if a file object).
Packs the value contained by the specified window into the local or global database cell at adr.
unpackWindow (adr, path):
Path is a filespec, alias, or full path to a file. It can be nil or the empty string to indicate no file.
Unpacks the data in the object at adr into a new window associated with the file at path.
base64.encode, base64.decode:
These are identical to the UCMD verbs, but are built into the kernel for best performance.
system.misc.saveWindow (w):
W is full path to window's file, or window name if unsaved.
Frontier calls this script to save file objects.
The return value should be the (packed) data to be written to disk (by Frontier).
All window.xxx verbs:
Window parameters can can be the filespec of a window, as well as an odb address or title.
editmenu.getfont, editmenu.getfontsize verbs:
These long-requested verbs take no parameters and return the expected values.