home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2000 August
/
augusty_2000.iso
/
Windows-CE
/
Applications
/
basice
/
GR_POINT.UTL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-08
|
195 b
|
10 lines
procedure gr_point(x#,y#)
gr_ux% = gr_scalex(x#)
gr_uy% = gr_scaley(y#)
call point(gr_ux%,gr_uy%)
gr_curx# = x#
gr_curx% = gr_ux%
gr_cury# = y#
gr_cury% = gr_uy%
endproc