Add empty line options

Moderator: GiD Team

Post Reply
User avatar
vpapanik
Posts: 49
Joined: Sat Oct 08, 2016 1:05 pm

Add empty line options

Post 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.
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

Re: Add empty line options

Post 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.
User avatar
vpapanik
Posts: 49
Joined: Sat Oct 08, 2016 1:05 pm

Re: Add empty line options

Post by vpapanik »

Thanks a very lot Enrique !
Post Reply