The following section provides an image of each state of the Object Editor and a description of the major components.
The Output Area is used in FILE, EXEC and FUNC States of the Object Editor. It works the same in all three Object Editor States.
The Output Area looks like the following Figures
:
#name, type[, remove_previous]Where
name = The name of the argument. This will appear in the Object Bind Editor.
type = This can be
WRAP
or NO_WRAP
. WRAP
means to wrap the argument value with quotes and NO_WRAP
means to not wrap the value with quotes.remove_previous = This is an optional parameter. A value of
True
means to remove the prefix of this argument if the value returned for the argument is NULL or empty. False means do not remove the prefix.
-f #filename, WRAP# -vData provided by end-user:
NULLResulting String:
-f -v
Argument definition:
-f #filename, NO_WRAP, True# -vData provided by end-user:
NULLResulting String:
-vSee Data Objects for more information and examples.
.
.
Note: Only the owner of the Data Object can change Privileges for the current Data Object.