Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: n_getvalid([<getn>|<variablec>]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_GETVALID([<getN>|<variableC>])

Returns Valid clause for specified Get.

Example

@ 1,0 SAY "Zip code:" GET M->Zip VALID Vzip()
  ...
? N_GETVALID("M->ZIP")
 Vzip()

Notes

The valid clause will be returned exactly as specified in the Get statement.

If no parameter is specified then the currently active Get is assumed.  If
an invalid Get is specified or if no Gets are active then a null string is
returned.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson