|
|
|
|
List,Modify (External language) In french: Liste,Modifie Modifies an element in a drop-down list or in an expanded list.
// In C CALLWD('List,Modify,ProdList,%s=%s",subscript,value);
// In Pascal CALLWD('List,Modify,ProdList,'+subscript+'='+value);
// In VB call CALLWD("List,Modify,ProdList,"+subscript+"="+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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|