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_reget([<getn> [,<getn>]]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_REGET([<getN> [,<getN>]])

Redisplays specified Get(s)

Example

* Redisplay all Gets
N_REGET()

* Redisplay all Gets from firstname to, and including, lastname
N_REGET("firstname", "lastname")

Notes

N_REGET is generally used after returning from a lower level Read which may
have changed Gets in the higher level Read.

If no parameters are specified, all Gets are redisplayed with their current
values.

If one parameter is specified, then only that Get is redisplayed.
N_REGET(N_GETNO()) is generally not needed since Clipper will automatically
redisplay the current Get after resuming the Read operation.

If two parameters are specified, then all the Gets are redisplayed from the
the first Get up to and including the second Get.  If the second Get is
before the first Get in the Read list, then no action is taken.

If N_REGET is used in combination with RESTORE SCREEN, then N_REGET should
be issued after RESTORE SCREEN.

See Also: N_SAVEGETS N_RESTGETS

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