ph_evalscript PowerHome formula function
Description
Evaluates a single WSH (Windows Script Host) function.
Syntax
ph_evalscript ( n, s, s )
Argument Description
n Timeout. Specifies the time in milliseconds after which the user will be presented with an option to continue or discontinue execution of the script. A value of –1 means the script will never timeout. A value of 0 will fire the timeout event when it is detected that the script is hung.
s Additional code to be added to the Windows Script Host control. To not add code, pass in a blank string.
s The function to execute.
Return value
String. Returns the output of the called function or the text of an error.