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_getno(<variablec>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_GETNO(<variableC>)

Returns current or specified Get number.

Example

@ 1,20 GET M->name
@ 2,20 GET M->address
@ 3,20 GET M->Salary
READ

PROEDURE HELP
@ 24,0 SAY HelpArray[N_GETNO()]
? N_GETNO("address")
  2
RETURN

Notes

If no parameter is specified then the currently active Get is assumed.  If
an invalid Get is specified, or no Gets are active, zero is returned.

If a screen contains two Gets with the same name but with different Aliases,
(e.g., CUST->IDNUM and ORDER->IDNUM) then you must specify the complete name
(alias + name) so that GetIt knows which variable is being referenced.  If
each Get on the screen has a unique name, then Aliases may be omitted.

See Also: N_GETVAR N_LASTGET

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