|
|
|
|
|
Advertencia
A partir de la versión 26 (88), Subscript se conserva por motivos de compatibilidad. Esta propiedad ha sido reemplazada por Index.
The Index property indicates the physical index (physical order) of an item in a record. Note: The item may have been created in the data model editor or by programming.
Info("The Name item is the " + Customer.Name.Index + ... "physical item of CUSTOMER file")
Sintaxis
<Result> = <Data file>.<Item>.Index
<Result>: Integer - Item index,
- 0 for a "composite key" item.
<Data file>: Character string Logical name of the data file used. <Item>: Character string Name of the item used.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|