14 Jul
2010
14 Jul
'10
12:31 a.m.
Am 14.07.10 02:19, schrieb dalyoung:
Dear all,
I'd like to draw boxes with a label in a certain rule. [...]
So, I'd like to know how to put received numeral(the height of the box) as a label. Or, how to change the value of a variable to a string.
[...]
label("1",(3s*u+u, t*u + h*u/2));
label(decimal h,(3s*u+u, t*u + h*u/2)); or label(textext(decimal h),(3s*u+u, t*u + h*u/2)); Wolfgang