Product: LABELVIEW, CODESOFT
Version: All Versions
|
if(): Returns the Val_if_true value if Expr is true and the Val_if_false if Expr is false.
Example:
if(exact("string","string"), "true", "false") = false
if(exact("string","string"), "true", "false") = true
|