The and element yields true if all the child elements evaluate to true, otherwise it is false.
<and>
{boolean-expr 1}
{boolean-expr 2}
...
[{boolean-expr n}]
</and>This is an XML scripting element that performs a logical 'and' operation on its child elements. See Scripting, _and(), Operators. If all child elements yield the boolean value true the element yields true, otherwise it yields false.
Two or more elements that yield a boolean value.
Any element that contains a boolean value.
|
Copyright (c) 2000-2007 UIEvolution, Inc. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|