Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:f:af:eval_string [2023/02/08 23:25] – sean | a_f:f:af:eval_string [2023/05/09 00:51] (current) – [Example] sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Functions | + | {{tag>Index Function |
| ====== EVAL_STRING ====== | ====== EVAL_STRING ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| Line 6: | Line 6: | ||
| An expression providing a string. Two optional extra parameters specify what should happen when condition evaluates to Yes or No (see the last example) | 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 ===== | ===== Example ===== | ||
| - | <code aim> | + | <code aim> |
| - | <code aim> | + | IF EVAL_STR (Object.Attribute ) = 5 THEN ... </ |
| + | <code aim> | ||
| + | IF EVAL_STR(Object.Attribute) = ' | ||
| <code aim> | <code aim> | ||