Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| ref:a_f:f:af:eval_string [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:f:af:eval_string [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:eval_string to ref:a_f:f:af:eval_string localdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== EVAL_STRING ====== | ||
| + | ===== Description ===== | ||
| + | Evaluates the specified string as if it was a condition of the Rule Language. Returns the result of evaluation, which can either be a numeric value or “Yes/ | ||
| + | ===== Parameters ===== | ||
| + | An expression providing a string. Two optional extra parameters specify what should happen when condition evaluates to Yes or No (see the last example) | ||
| + | ===== Example ===== | ||
| + | <code aim> | ||
| + | IF EVAL_STR (Object.Attribute ) = 5 THEN ... </ | ||
| + | <code aim> | ||
| + | IF EVAL_STR(Object.Attribute) = ' | ||
| + | <code aim> | ||