relxGetUserCmdLine
relxGetUserCmdLine(t_sessionName) =>t_UserCmdLine/nil
Description
Returns the value of the userCmdLine option in the specified session.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
When the session is created using Spectre, returns the value of |
|
Examples
Consider the example given below, in which you create an ADE L session using Spectre and specify +aps command-line option for Spectre. In this case, this function returns +aps.
session = asiGetCurrentSession()
relxGetUserCmdLine (session)
=> aps
Return to top