home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
textra
/
scripts
/
eol.textra
< prev
next >
Wrap
Text File
|
1995-02-27
|
245b
|
18 lines
/* beginning of line */
options results
get cursor position
if (result == SELECT) then do
get select position
parse var result startx ' ' starty ' ' endx ' ' endy
end
else
parse var result startx ' ' starty
gotoxy 0 starty+1
left 1