Error ArchiCAD18 or can be corrected? Or a new command for this?
No transition to a new line of text, though the command has '\ n' in the properties script. Previous versions of program (in all) up to 18 th everything worked correctly.
This bug in zones, in usual library elements \ n in properties script working correctly.
In zones in one row.
IF N = 1 then DESCRIPTOR MF [1] + TF11
IF N = 2 then DESCRIPTOR MF [1] + TF11 + "\ n" + MF [2] + TF22
IF N = 3 then DESCRIPTOR MF [1] + TF11 + "\ n" + MF [2] + TF22 + "\ n" + MF [3] + TF33