4D v14.3Get pointer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Get pointer
Get pointer
The Get pointer command returns a pointer to the process or interprocess variable whose name you pass in varName. To get a pointer to a field, use Field. To get a pointer to a table, use Table. Note: You can pass expressions such as, for example, ArrName+"{3}" to Get pointer. However, you cannot use 2D array elements (ArrName+"{3}{5}") or variable elements (ArrName+"{myVar}"). In a form, you build a 5 x 10 grid of enterable variables named v1, v2... v50. To initialize all of these variables, you write:
` ... |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D 2004 SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||