-
-
Returns any Character in the collection.
-
-
Displays the number of elements in the Character.
-
-
Returns every Character in the collection.
-
-
Returns the first Character in the collection.
-
-
Returns the Character with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Characters within the specified range.
from
|
The Character, index, or name at the beginning of the range. Can accept: Character, Long Integer or String.
|
to
|
The Character, index, or name at the end of the range. Can accept: Character, Long Integer or String.
|
-
-
Returns the last Character in the collection.
-
-
Returns the middle Character in the collection.
-
-
Returns the Character whose index follows the specified Character in the collection.
obj
|
Character
The Character whose index comes before the desired Character.
|
-
-
Returns the Character with the index previous to the specified index.
obj
|
Character
The index of the Character that follows the desired Character.
|
-
-
Generates a string which, if executed, will return the Character.