|
|
|
|
version 2003
PA_Dial4DDeleteArrayElements (dialog; variable; position; amount)
| Parameter | Type | Description | |
| dialog | PA_Dial4D | → | Dialog reference |
| variable | char* | → | Name of the variable to access |
| position | long | → | Position of the elements to delete |
| amount | long | → | Number of elements to delete |
Description
The routine
PA_Dial4DDeleteArrayElements
deletes elements from an array whose name is
variable
. It deletes
amount
elements starting at position
position
.
See Also
No reference.
Error Handling
None.