ddAutoCtlGetVars
ddAutoCtlGetVars( ) => l_settings
Description
Returns a list of four elements in the following order:
x_prompCkout
x_promptCkin
x_AutoCkout
x_AutoCkin
Each element is a value from 0 through 3 as in ddAutoCtlSetVars. Each element can have one of four values: 0 - none, 1 - views, 2 - files, 3 - both views and files.
Arguments
Value Returned
Returns a list of four elements in the following order:
Example
ddAutoCtlGetVars() => (0 0 3 1)
Do not prompt for check out for any view or file, do not prompt for check in for any view or file, automatically checkout for both views and files, automatically check in views only
Return to top