Page 1 of 1

@active

Posted: Sun Feb 10, 2019 11:45 pm
by tvonbrasch
Hi

the option @active to specify the active scenario needs different handling when used in a program and in the command field, e.g.

Code: Select all

model.@varlist(@active)


works in the command field, but

Code: Select all

model.@varlist("@active")

(with quotes) must be used in a program. Should it not be the same code both in a program and in the command field?
Thomas