opcCreateCondition
opcCreateCondition( ?attrNames_attrName?opNameg_opName?valuet_value) =>nil/ list
Description
Defines a condition to be used in Navigator custom queries.
Arguments
Value Returned
A SKILL list containing the attribute, operator, and value as elements.
Examples
Define a condition for names that contain the word clock.
condition = opcCreateCondition(?attrName 'Name ?opName "Contains" ?value "clock")
The returned value is ("Name" "Contains" "clock") and can be used in defining expressions.
Related Topics
Return to top