Hello,
I want for definition of the size of the message to calculate text in pixels or dialog units before make the dialog/message.
How does it work?
For example:
variable
txt$ = "the text string ..." will be in font "Tahoma", 9, normal
How is the text width in pixels or dialog units?
Thanks
I want for definition of the size of the message to calculate text in pixels or dialog units before make the dialog/message.
How does it work?

For example:
variable
txt$ = "the text string ..." will be in font "Tahoma", 9, normal
How is the text width in pixels or dialog units?
Thanks
Comment