Versions Compared

Key

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

Expand
titleVersion 9 and Older Versions
Expand
titleTable of Contents
Table of Contents
minLevel1
maxLevel3
outlinefalse
indent20px
typelist
printablefalse

BrightScript features a set of built-in, module-scope, intrinsic functions. A number of file I/O, string, mathematics, and system functions are also available via the roGlobal object.

...

If the argument is 0, this function returns a pseudo-random Float value between 0 and 1.

...

Note

The Rnd() functions utilize a pseudo-random seed number that is generated internally and not accessible to the user.

Box()

Box(type As Dynamic) As Object

...