getset
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | getset [2006/07/11 04:57] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: getset.txt, | ||
| + | ======Synopsis: | ||
| + | $__getset__(< | ||
| + | |||
| + | ======Technical: | ||
| + | * If the <set name> argument is omitted the empty string is returned. | ||
| + | * If the set variable <set name> does not exist, the empty string is returned. | ||
| + | * This function returns the value that would be returned by the "set value" $<set name>. | ||
| + | |||
| + | ======Practical: | ||
| + | The built in set values ($DISPLAY, $INSERT_MODE, | ||
| + | overridden by user variables (eg, /assign DISPLAY testing). | ||
| + | |||
| + | If you need to get the value of the underlying /SET value and not be | ||
| + | thwarted by an assign alias, you can call this function to get the | ||
| + | /SET's value. | ||
| + | |||
| + | ======Example: | ||
| + | < | ||
| + | $builtin_expando(DISPLAY) | ||
| + | $builtin_expando(DEBUG) | ||
| + | </ | ||
| + | |||
| + | ======History: | ||
| + | This function first appeared in EPIC4pre2.400. | ||
| + | |||
| + | ======Returns: | ||
| + | The value of the set variable $<set name> | ||
getset.txt · Last modified: 2006/07/11 04:57 by 127.0.0.1
