Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's assume you have two objects on the worksheet,  object object A and object B.   

Image Added
To make a variable pass from  object object A to object B, you should place this variable into object A's OutParams and then code for Object B to allow it to receive the variable and process it.

Image Added
Object A's OutParams are set in its Properties box
The variable should be placed into the box without any specific symbols, as shown here:

Image Added

 Image Added

Now object B can address to OutParams and get the variable.
The following variable name format should be used:

Panel
/53CAparam_TASK_my_translator_var_name/53CA

Let's take a closer look at this name format:
/53CA is the IWS code for the ":" (colon) character, so this expression stands for     

Panel
:param_TASK_my_translator_var_name:

Image Added

Warning
iconfalse
Don't forget to replace ":" with /53CA when you paste the code into IWS.


 
Example of use: [ Condition to Execute