home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 113
/
EnigmaAmiga113CD.iso
/
software
/
varie
/
xbase
/
data
/
toolbar
/
goto.xbase
< prev
next >
Wrap
Text File
|
1999-02-13
|
231b
|
24 lines
/* GoTo */
OPTIONS RESULTS
GETFIELD
record=result
GETNROFRECORDS
nrofrecords=result
IF record<1 THEN DO
DISPLAYBEEP
RETRYINPUT
EXIT
END
IF record>nrofrecords THEN DO
DISPLAYBEEP
RETRYINPUT
EXIT
END
CURRENTRECORD record