Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Not all supported methods may be in the Functions and Properties drop-down list. If not available, you may type it in.

Table of Contents
minLevel2

Anchor
abs
abs
abs

Description

Returns the absolute value of a number "x".

This is similar to the JavaScript Math.abs().

Syntax
Code Block
Math.abs(number)
Example

Expression: Math.abs(-1)

Result: 1

...

Anchor
randomUUID
randomUUID
randomUUID

DescriptionGenerates a random UUID string.
Syntax
Code Block
Math.randomUUID()
Example

Expression: Math.randomUUID()

Result: 2c28e2c0-9767-11e4-9a0d-c3f2b01def6d

...