Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| ref:a_f:f:af:as_number [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:f:af:as_number [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:as_number to ref:a_f:f:af:as_number localdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== AS_NUMBER ====== | ||
| + | ===== Description ===== | ||
| + | Converts the given string into a number. If a string cannot be converted the original string is returned. | ||
| + | ===== Parameters ===== | ||
| + | Attribute of the Plain Text type or string constant or calculation producing text | ||
| + | ===== Example ===== | ||
| + | <code aim>IF AS_NUMBER(Account.Text)= 5 THEN ... </ | ||