Hi ,
Im trying to get the value of the AdE-L -> outputs- > save ALL -> select signals to output (save) field.
if the value is not "selected", I need to set it to that value .
since this is not a analysis parameter ( it is a session parameter ) I'm doing:
pp_session= asiGetCurrentSession()
if( pp_asiSession~>data~>env~>data~>outputs~>data~>save~>value != "selected" then ...
the problem is that I know it is possible to do it differently , Ain a much more easy ( and correct) methode. I also need to set the new field value .
probably using the command : asiGetFormFieldVal(r_form s_fieldName) .
any advise?
Meny