callUserAutoInitProc
callUserAutoInitProc(t_contextName) =>t/g_result
Description
Calls the autoinit function for the given context name.
If there is no autoinit function for the given context name, the function does nothing and returns t.
Arguments
Value Returned
Examples
callUserAutoInitProc("fake")
=> t
Related Topics
Return to top