Description:
|
Stores a value for later use by $BFGetVar. Used to store a value to be reused within its own transaction, or any transaction in a given user scenario. Each virtual user gets its own variable space, so values are not shared between them. Typically, $BFSetVar is placed at the beginning of a dynamic statement, as scripts are evaluated from left to right. |
Parameters:
|
Variable Name (VarName)-An alphanumeric identifier of the value stored.
Text to Store (Value)-A string. The value to be stored for later retrieval. |
Syntax:
|
Syntax:$BFSetVar("VarName", "Value") |
Example:
|
$BFSetVar("Totalrow", "2") ; $BFSetVar sets the variable "Totalrow" to 2 |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center