Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

...

GetNamedElementsCi(a As String) As Object
Simplify() As Object

Returns an roXmlElement if the list contains exactly one element. Otherwise, it will return itself.

...

Retrieves the entry at the head of the list and keeps the entry in the list.

Clear() As Void

Removes all elements from the list.

...

Returns the index of the highest entry in the array plus one (i.e. the length of the array).

Clear() As Void

Deletes every entry in the array.

Append(a As Object) As Void

Appends one roArray to another. If the passed roArray contains entries that were never set to a value, they are not appended.

Note
titleNote

The two appended objects must be of the same type. 

ifArrayGet 

GetEntry(a As Integer) As Dynamic

...