StoreSharedVariable method
| Applies to |
|---|
Syntax
This method sets a shared variable to a specific value for later use. Shared variables retain their value across event boundaries. This is useful if you need to communicate between two or more event handlers.
object.StoreSharedVariable(VarName As String, VarValue As String)
|
Part |
Description |
|---|---|
|
object |
An expression evaluating to an object listed in the 'Applies to' table above. |
|
VarName |
A string value. |
|
VarValue |
A string value. |
Related topic