|
|
|
|
|
Table,Get (External language) In french: Table,Récupère Retrieves the value of a given element or the element selected in a table. // En C APPELWD("Table,Recupere,TableProd"); strcpy(Valeur,WDChaine); // En Pascal APPELWD('Table,Recupere,TableProd'); Valeur:=WdChaine; // En VB call APPELWD("Table,Recupere,TableProd") Valeur=WdChaine Syntax
Table,Get(<Table name> [, <Subscript>])
<Table name>: Character string Name of the table or column. <Subscript>: Optional character string Index of the element in the table.- If this parameter is not specified, Table,Recupere returns the value of the current element in the table.
- If this parameter is specified, Table,Recupere returns the value of the element whose index is specified..
Remarks The value of the retrieved element is contained in WdString. The element subscript is contained in WdInt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|