Page 1 of 1

Add empty line options

Posted: Thu Aug 02, 2018 10:37 am
by vpapanik
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.

Re: Add empty line options

Posted: Fri Aug 03, 2018 3:00 pm
by escolano
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.

Re: Add empty line options

Posted: Wed Aug 08, 2018 1:03 pm
by vpapanik
Thanks a very lot Enrique !