We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-08-31 08:07 PM
Hello all,
Has anyone discovered if there's an option to list multiple choice properties in separate lines, or use a custom character?
Option1
Option2
Option3
It sounds like that would be quite easy from a programmers perspective, but ArchiCAD always uses a semicolon:
Option1; Option2; Option3
There does not seem to be a special "escape character" that would allow to insert a line break (an equivalent of \n or </br>) but maybe someone out there has some insider knowledge... I also tried the "new paragraph" symbol but that failed.
Anyone? Thanks for looking!
2023-08-31 08:32 PM
definitely seems like this should be an option with expressions. I know you can exclude after a given character (IE: Option 1 | then use expression to exclude text after the "|" symbol). But I'm not sure how this plays out with option set data
2023-08-31 09:19 PM
Unfortunately, expressions do not work with multiple-choice properties.
Not only that, expressions don't really provide tools for formatting text, you can glue and slice and inject strings, yes, but you just end up with another string, there's no "break line" character that I know of, even if I could use that (see above). It should be easier than this, but no -- it's just the semicolon hard-coded somewhere into ArchiCAD.