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