home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Diccionario Visual Trilingue
/
VISUAL.iso
/
SHARED.DIR
/
10100_TextWindow2.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
|
1997-07-04
|
226 b
|
11 lines
on mouseDown
global gHighLightPosC
if getAt(gHighLightPosC, 1) <> 0 then
ActiveFieldC(2)
CheckSelection2C()
repeat while the mouseDown and not (the mouseUp)
CheckSelection2C()
end repeat
end if
end