Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:as_number [2022/09/01 06:21] – created - external edit 127.0.0.1 | a_f:f:99_a:as_number [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:as_number to a_f:f:f:as_number administrator | ||
|---|---|---|---|
| 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 ... </ | ||