|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Pop () |
Removes the last element from an array and returns that element |
||
| INTEGER Push (character) |
Adds one element to the end of an array and returns the new length
of the array. |
||
| Replace (character[]) |
Replaces the array |
||
| Consultingwerk.CharacterArrayHolder SetUseSerializedTypeInformation (logical) |
Assigns a value to the UseSerializedTypeInformation property |
||
| CHARACTER Shift () |
Removes the first element from an array and returns that element.
This method changes the length of the array. |
||
| INTEGER Unshift (character) |
Adds one element to the beginning of an array and returns the new
length of the array. |
| Options | Name | Purpose | |
|---|---|---|---|
| CharacterArrayHolder () |
Constructor for the ArrayHolder class |
||
| CharacterArrayHolder (character[]) |
Constructor for the ArrayHolder class |
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Value |
|
|
Top
CHARACTER Pop ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Push (character)
|
||||||||||||||||||||||
Replace (character[])
|
||||||||||||||||||||||
Consultingwerk.CharacterArrayHolder SetUseSerializedTypeInformation (logical)
|
||||||||||||||||||||||
CHARACTER Shift ()
|
||||||||||||||||||||||
INTEGER Unshift (character)
|
||||||||||||||||||||||
CharacterArrayHolder ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CharacterArrayHolder (character[])
|
|||||||||||||||
CHARACTER Value
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|