I'm starting out with a zone tag that will put in the area surrounded by a box and the following is part of the code
if area then
n=n+1
vlen =vlen + shight
Text2 middle, -vlen, room_area
endif
I thought I'd just add some more code where xx_rsf = room_area* parameter. The problem is I cant multiply room_area by a parameter! How do I accomplish this
if show_rsf then
n=n+1
vlen =vlen + shight
Text2 middle, -vlen, xx_rsf
Thanks,
michele