getDynVal FunctionRetrieves the value of a TQS dynamic value. Syntaxvalue = getDynVal(dynVal); Parameters
ReturnsReturns the value of the dynamic value. RemarksUse this function to use dynamic values in ways other than through SUBST attributes. Example
spanStatus.innerText =
"Sorry, " + getDynVal("USERNAME") +
", that is incorrect." |
