home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 74
/
IOPROG_74.ISO
/
ioProg.exe
/
ioProg.DXR
/
Internal_100_ScriptTestoCercaReturn.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-09-30
|
181 b
|
13 lines
global tast, textSearch
on keyDown me
tast = the key
if tast = RETURN then
tast = 0
textSearch = member("testoCerca").text
go(#next)
else
pass()
end if
end