mfoster711
11 years agoRegular Contributor
Keyword test Code Expression Mode in Edit Parameter
I am trying to use the Code Expression mode in the Edit Parameter window. I want to call a simple VB script routine I created to return a value an enter in the field. Here is my simple example of VBScript:
Function ThisIsATest()
ThisIsATest = "Howdy"
End Function
In the Edit Parameter window I select Mode "Code Expression" and then enter "ThisIsATest" in the value but it does not call my function.
Function ThisIsATest()
ThisIsATest = "Howdy"
End Function
In the Edit Parameter window I select Mode "Code Expression" and then enter "ThisIsATest" in the value but it does not call my function.