Function will access any String value returned using the script.SetReturnValue

 

Use this property to return to the calling script the single string being returned.

 

Multiple String Returns will use script.stringParameterList property.

 

Syntax:

sTextItem = script.stringReturnValue

 

Parameter:

Description:

<none>

 

 

Example:

'  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'  Within a Custom Function where a simple
'  text item is given a value  
  sStringItem = "ABCD"
 
  '  After All the calculates are done, use
  '  this function to Return a string value
  script.SetReturnValue( sStringItem )
'  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
'  ---------------------------------------------
'  In the script where the Custom Function is called,
'  use this function's string return value.
PRINT "String Value Returned: ", script.stringReturnValue
'  ---------------------------------------------

Results:

String Value Returned: ABCD

 

Links:

Script, Script Functions, Script Properties, ParameterList, ReturnValue, StringReturnList

See Also:

 


Edit Time: 9/21/2020 3:24:05 PM


Topic ID#: 591

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software