Documentation

mss

Syntax: %mss(expression, language)

Evaluate an expression using the Microsoft Script control (VBScript, Javascript). Any other scripting language that can be loaded into the scripting control can be used. If language is not specified it defaults to VBScript. Each argument is a string so remember to quote them.

Example:

#SCRIPT {function test(x,y):test=x+y:end function}
#SHOW %mss("test(1,2)")

Displays 3

Add comment

Login or register to post comments