home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
authors
/
len_tucker
/
iheight.amos
/
iheight.amosSourceCode
Wrap
AMOS Source Code
|
1986-08-03
|
170b
|
9 lines
1 CLASSIC On LY
Load "icons.abk"
For Z=1 To Length(2)
_IHEIGHT[Z]
Print "Height of icon";Z;" is";Param
Next Z
Procedure _IHEIGHT[NBR]
N=Deek(Icon Base(NBR)+2)
End Proc[N]