FLGetVBSVariable VBS method to get the value of FileLink script variable |
Top Previous Next |
Overview Method used in VBScript to get the value of the specified FileLink script variable. This method may also be in VB programs instead of FLGetVariable if you wish.
VB Definition FLGetVBSVariable( Variable As String ) As String
Return Value A string containing the value of the specified FileLink variable. An error is thrown if the variable is not defined or if FileLink is unable to process the request.
Parameters Variable A string defining the FileLink script variable name.
Remarks The StartSession() method must be called prior to calling FLGetVBSVariable().
|