itype
All flow functions require an input of some kind. An input can point to a variety of types, or a literal value.
Implemented by
itype spaces
- immediate the value itself
- store the store (variable) named by the value
- file the file on the filesystem named by the value
- cookie the request-cookie named by the value
- sysenv the system environment variable named by the value
- empty empty (equivalent to "")
- sysparm the system parameter POSTed or GETed to the OBYX script as named by the value
- url the web resource located at the url specified by the value
Other itype attributes
- eval evaluate the input as an OBYX script
- release. Used for stores, " release='true'" deletes the store after returning it as a value
Last Modified: Thu, 15 Jan 2015