|
|
|
|
|
List,Modify (External language) In french: Liste,Modifie Modifies an element in a drop-down list or in an expanded list. // In C APPELWD("List,Modify,ListProd,%s=%s",index,value); // In Pascal APPELWD('List,Modify,ListProd,'+index+'='+value); // In VB call APPELWD("List,Modify,ListProd, "+index+"="+value) Syntax
List,Modify(<List name> , <Subscript> [, <Value>])
<List name>: Character string Name of the list to modify. <Subscript>: Character string Index of the element to be modified. <Value>: Character string (optional) New element value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|