You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

num()

Usage

num(numericalString)

Description
Returns the given numerical string as an actual number.

Example

${num('23')}

results in

23.0

Search results for "num()"

num()

Returns the given numerical string as an actual number with double precision.

num(numericalString)