Now due to the need of the naming system and the modeling scenarios, I have both string and value conditions to set using $ifthen structure. The following example is the trail I fail to activate the display statement with iclone=2 and random=R. Need help to correct the condition and let the display work when the iclone=2 and random=R.
Thanks,
Jia
$ifThen.cl (%iclone%<>1)or(%random%==R)
display a
$endif.cl
But the nested structure you propose an “AND” logic instead of “OR” logic that I need. Wondering is there any $ifthen or $if options to go with to deal with this problem.