Is there an autosize property in the say object?
Thanks in advance
Otto
Is there an autosize property in the say object?
Thanks in advance
Otto
If you omit the SIZE clause then the SAY object is autosize.
EMG
How can I do this with workshop?
regards,
Otto
You have to calculate the width of the text using GetTextWidth() function and then to use the Move() method to resize the SAY object.
EMG