2009-09-23 11:23 PM
2009-09-24 12:59 AM
!--all this can be put in the master script
values "a" 1', range[1', ] step 1', 1'!--step by 1 foot
values "b" 0.2'
hotspot2 0, 0
hotspot2 a, 0
hotline2 0, 0, a, 0
hotline2 0, b, a, b
rect2 0, 0, a, b
define style "textstyle" "Arial", 2, 2, 0
style "textstyle"
wid= str("%fi", a/12)
len= strlen(wid)
wid= strsub(wid,1,len-1)
text2 a/2, 0, "W"+ wid
2009-09-24 01:05 AM
2009-09-24 01:42 AM
2009-09-24 07:22 AM