dbArrayInstNamePrefix
cdba dbArrayInstNamePrefix string "array_instance_prefix"
Description
Prepends the specified string to the names of array instances. The default is M.
For example, if the specified prefix is M and, the name M_arrayInstanceName is generated.
GUI Equivalent
Examples
envGetVal("cdba" "dbArrayInstNamePrefix")
envSetVal("cdba" "dbArrayInstNamePrefix" 'string "P")
Return to top