RvGet_All
Returns all the Result Variables current for the specified line.
Syntax
sResult = object.RvGet_All iLineId
Part | Description |
object | VoiceGuide object |
iLineId | Identification number of the line |
sResult | Result Variables currently defined for the selected line. |
Notes
Result Variables are reset at the beginning of a new call. Hence they are available for querying after the call has finished, but before a new call has begun on the same line.
Example
set vg =
CreateObject("vgServices.CommandLink")
sReturnedData = vg.RvGet_All($RV_LINEID)
vg.Run_ResultReturn $RV_LINEID, sReturnedData
set vg = Nothing