{{tag>Index Function Function_List Text}} ====== 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 ===== IF AS_NUMBER(Account.Text)= 5 THEN ...