Used to return a numeric value from a custom function.
Syntax: |
---|
lResult = script.returnValue |
Parameter: |
Description: |
---|---|
<None> |
Values assigned using the script.SetReturnValue( ) function. |
Example: |
---|
' Set the return value to 4 |
Results: |
Print statement will display: 4 |
Links: |
---|
See Also: |
|
Edit Time: 9/21/2020 3:16:20 PM |
Topic ID#: 504 |