Versions Compared

Key

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

...

Expand
titleVersion 9 and Older Versions

There are a number of built-in functions that are not part of the BrightScript Core Library. You can use the LIBRARY statement to include this subset of functions:

Code Block
LIBRARY "v30/bslCore.brs"
bslBrightScriptErrorCodes() As roAssociativeArray

...