As per the documented instructions this below VBScript function is at the top of my script.
Code: Select all
VBSTART
Function CheckIsValidPage(sourceString)
Dim x
CheckIsValidPage = "1"
End Function
VBEND
The MessageModel window popup shows the word answer rather its value 1
By the way I am able to see the value of answer is 1 in the watch List
Code: Select all
VBEval>CheckIsValidPage(theSource), answer
MessageModal>answer
Thanks