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 supports the following statement types (note that BrightScript is not case sensitive). The syntax of each statement is documented in more detail later in this chapter.

...

Code Block
Dim array[5]
array = CreateObject("roArray", 6, true)

Note

The expression x[a,b] is equivalent to x[a][b].

...