It is possible to add an ‘empty line’ directive e.g. “SPACE” for .mat, .cnd and .prb files in order to leave an empty line feed in respective dialogs ?
The only way to do it now is to have a dummy question
QUESTION: #CB#()
VALUE:
however we have to use unique names, i.e.
#CB#()
__#CB#(_)
__#CB#()
___#CB#()
which is somehow cumbersome.
Current official version 14.0.1 (and next developer 14.1.0d) is not complaining when loading the problemtye with any warning of ‘repeated field names’ in case of these pseudo-decorator tricky fields #CB#()
You can now use repeatedly this syntax for classic-like (not using customLib) problemtypes
QUESTION: #CB#()
VALUE:
I recommend you to write all your decorator lines like the previous one.
Thanks a very lot Enrique !