home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 201
/
DPCS1104.ISO
/
Full
/
QuickBooks
/
QBTutor
/
Lesson4
/
Lesson4.dcr
/
00178_Tab from Quantity handler.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
|
2001-02-01
|
102 b
|
9 lines
property spriteNum
on keyDown me
if the key = TAB then
go("Grand Total")
end if
pass()
end