home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
601-625
/
apd617
/
len_tucker
/
iwidth.amos
/
iwidth.amosSourceCode
Wrap
AMOS Source Code
|
1986-08-03
|
168b
|
9 lines
' classic only
Load "icons.abk"
For Z=1 To Length(2)
_IWIDTH[Z]
Print "Width of icon";Z;" is";Param
Next Z
Procedure _IWIDTH[NBR]
N=Deek(Icon Base(NBR))*16
End Proc[N]