home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows CE - The Ultimate Companion
/
ROMMAN_CE.iso
/
Files
/
Programming
/
Basice
/
LIB
/
LINE.UTL
< prev
next >
Wrap
Text File
|
1997-03-14
|
292b
|
9 lines
procedure line( x1%,y1%,x2%,y2%)
print "L";chr$(shift%(x1%,-6)+1);chr$((x1% and 63)+1);\
chr$(shift%(y1%,-6)+1);chr$((y1% and 63)+1);
print chr$(shift%(x2%,-6)+1);chr$((x2% and 63)+1);\
chr$(shift%(y2%,-6)+1);chr$((y2% and 63)+1);
endproc