sevAddExpression
sevAddExpression(o_session t_expressionname t_expression) =>t/nil
Description
Takes the name and expression as a string and adds a corresponding output in ADE session.
Arguments
Value Returned
Example
The following example adds the specified expression to the output in ADE session.
sevAddExpression("sevSession1" "a" "1+1")
Return to top