home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
GRAPHICS
/
MISC
/
GLE33B_1.ZIP
/
GLE4.ZIP
/
GRID_NOB.GLE
< 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
|
1990-05-04
|
328 b
|
22 lines
sub grid_nob nx ny xsz ysz
gsave
begin origin
xinc=xsz/nx
yinc=ysz/ny
x=0.0
for n=1 to nx-1
x=x+xinc
amove x 0
aline x ysz
next n
y=0.0
for n=1 to ny-1
y=y+yinc
amove 0 y
aline xsz y
next n
end origin
grestore
end sub