xpxSetEdmVmConfiguration

FUNCTION xpxSetEdmVmConfiguration (configVariable1 , configVariable2   : STRING;",
                                   ...                 ...",
                                   configVariable31 , configVariable32 : STRING)

Function to configuration the actual EDMvmSession. This function has variable number of arguments, i.e., it can be invoked with a minimum of 1 argument and a maximum of 32 arguments.

Arguments


1TypeNameComment
2STRINGconfigVariable1 - configVariable32

All argument have the same format "configurationVariableName = value". The current defined configurationVariablesNames are "xpxPrintf" and "xpxFilePrintf". The current available values are "on" and "off".

Example 'xpxPrintf = off';

The "configurationVariablesNames" are case insensitive. The "value" is case sensitive.  When the "xpxPrintf" configurationVariable is set "off", all xpxPrintf() function will be skipped in the actual EDMvmSession. In the same way, all xpxFilePrintf() operation in the actual EDMvmSession will be skipped when the "xpxFilePrintf" configuration variable is set to "off".

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â