Guest kuziz Report post Posted 06/13/2004 12:28 PM hi i am new here ,i have version 4.9 i wrote this code : if testStation("50001")="OK" then set vg = CreateObject("VoiceGuide.CommandLink") vg.Run_ResultReturn $RV_LINEID, "success" else set vg = CreateObject("VoiceGuide.CommandLink") vg.Run_ResultReturn $RV_LINEID, "fail" end if the line - vg.Run_ResultReturn $RV_LINEID, "success" is wrong and - vbs error msg pop up because of: $RV_LINEID i dont know why any sombody may help me please!!! thanks Share this post Link to post
SupportTeam Report post Posted 06/13/2004 10:37 PM v4.9 does not support the COM interface. You will need to upgrade to v5.2 Share this post Link to post