Used this function to return a value from a Number or a String.
When a numeric value is being returned use the script.returnValue property.
When a string value is returned use the script.stringReturnValue property.
Syntax: |
---|
script.SetReturnValue( anyValue ) |
Parameter: |
Description: |
---|---|
anyValue |
Value can be any numeric or string value. |
Example: |
---|
' Numeric Example |
Results: |
Numeric value returned: 4 String value returned: ABCD |
Links: |
---|
See Also: |
|
Edit Time: 9/21/2020 3:13:21 PM |
Topic ID#: 552 |