home *** CD-ROM | disk | FTP | other *** search
- on CDXSearchReturn
- global CDXSub, CDXDuringSearch
- if (CDXSub = 2) and (CDXDuringSearch = 0) then
- if the key = RETURN then
- set CDXSub to 3
- set CDXDuringSearch to 1
- end if
- end if
- if the key <> RETURN then
- set CDXDuringSearch to 0
- put the keyCode
- end if
- end
-