A
aidy.lewis
hi,
I have a test method that writes some xml. The second parameter is
optional, the first parameter is boolean.
<snip>
test_results((assert(REMEMBER_ME.isSet?)), *msg)
</snip>
Would it be possible to embed a conditional statement between these
parameters
Something like:
<snip>
test_results((assert(REMEMBER_ME.isSet?)), unless 'the object is not
set') ?
</snip>
cheers
aidy
I have a test method that writes some xml. The second parameter is
optional, the first parameter is boolean.
<snip>
test_results((assert(REMEMBER_ME.isSet?)), *msg)
</snip>
Would it be possible to embed a conditional statement between these
parameters
Something like:
<snip>
test_results((assert(REMEMBER_ME.isSet?)), unless 'the object is not
set') ?
</snip>
cheers
aidy