TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: Peter2 on August 02, 2013, 07:13:17 AM

Title: Linebreaking in Labels not possible
Post by: Peter2 on August 02, 2013, 07:13:17 AM
I tried to make a label with line break and added "\r\n" to the caption in ODCL. But the code is displayed, not parsed. (See attachment)Is it only possible in Lisp?

Thanks
Title: Re: Linebreaking in Labels not possible
Post by: owenwengerd on August 02, 2013, 10:56:21 AM
To "manually" break label text, you have to use multiple label controls arranged in a column.
Title: Re: Linebreaking in Labels not possible
Post by: Peter2 on August 02, 2013, 12:03:25 PM
That's what I supposed - thank you.
IMHO the help in the prop-dialogue could be misunderstand.