Varkon MBS Programmers manual
Returns the space in model units required to display a string with the text() procedure. The number of characters in the string and the current values of TSIZE and TWIDTH are used to compute the exact length in millimeters.
l:=textl(s); float l; string s;
s | - Any string. |
None.
A FLOAT value equal to the length of the text.
textl() returns the length of a text. To retrive the height of a text use the function act_tsize().
Varkon 1.19D svn # 120M