Function reference
Converts a string to a number.

Number ( string )

Argument Description
string The string you want returned as a number.

Data type *Number”
Returns the contents of string as a number. If string is not a valid number, Number returns 0.

Example 1
This expression converts the string 24 to a number:
Number(‘24’)

Last modified: 23 May 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment