!CED() |
|
|
The !CED() subroutine invokes the data collection editor for a collection passed as an argument.
Format
CALL !CED(collection)
where
The !CED() subroutine allows a data collection variable to be viewed or modified. For details of use, see the CED command.
Example
VAR = JPARSE(JSON.STRING) CALL !CED(VAR)
This example uses JPARSE() to parse a JSON (JavaScript Object Notation) string into a data collection and then allows the user to view or edit this data.
See also: |