4D v14.3Table |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Table
Table
The Table command has three forms:
This example sets the tablePtr variable to a pointer to the third table of the database: TablePtr:=Table(3) Passing tablePtr (a pointer to the third table) to Table returns the number 3. The following line sets TableNum to 3: TableNum:=Table(TablePtr) This example sets the tableNum variable to the table number of [Table3]: TableNum:=Table(->[Table3]) This example sets the tableNum variable to the table number of the table to which the [Table3]Field1 field belongs: TableNum:=Table(->[Table3]Field1) |
PROPERTIES
Product: 4D
HISTORY
Created: < 4D v6 SEE ALSO
Field ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||