Sorry, i've done a mistake, my interface variabale i need to be a numeric scale value SF rather than a Height value that will rearange the objects textheight values
example:
For variable SF=1.55
Text obj1 ::: Text Height now 3, after code is running sould be 1.55*3=4.65
Text obj2 ::: Text Height now 1, after code is running sould be 1.55*1=1.55
.....................
I understand that needs the vla-get-Height before vla-put-Height but i can't change the syntax because my Lisp knowleedge is poor.
Farther, objcts sould non be all the text objects of a document but those selected on prompt : select text objects ...
Thanks,
Gery