Date: Sat, 05 Jul 1997 13:46:12 +0000 From: zacAnyway, I don't know if many people are aware of this but you can get the height and width of a rect without doing any math.Subject: Height and width of rect
set x = rect (100,0,200,300) put the height of x -- 300 put the width of x -- 100