Search found 4 matches
- Wed Apr 16, 2008 12:46 am
- Forum: General Discussion
- Topic: Get Variable using RoboTask.App object
- Replies: 3
- Views: 9637
Get Variable using RoboTask.App object
Hi Oleg. I am having a problem accessing the variable in my script. As an example I have created a variable in my task called VAR_TEMP. I have written a script to show the value of the variable in a messagebox ... Sub Main Dim strTemp As String Dim oApp As New RoboTask.App oApp=strTemp=RoboT...
- Tue Apr 15, 2008 7:47 am
- Forum: General Discussion
- Topic: Get Variable using RoboTask.App object
- Replies: 3
- Views: 9637
Get Variable using RoboTask.App object
Is it possible to get the contents of a variable from the robotask.app object in BASIC. You can create them using AddUserVariable and delete them with DelUserVariable but I cannot see a way of reading them. Thanks.
- Tue Apr 15, 2008 7:31 am
- Forum: General Discussion
- Topic: Web Services
- Replies: 2
- Views: 8028
Web Services
Thanks for the reply Oleg. Unfortunately the download function does not give me what I am after. I need to be able to invoke a web service and pass it required paramaters and then be able to capture the results in a variable. Thanks.
- Tue Apr 15, 2008 2:58 am
- Forum: General Discussion
- Topic: Web Services
- Replies: 2
- Views: 8028
Web Services
Has anyone managed to invoke web services from within RoboTask either using the standard tasks or using BASIC. I would like to be able to make a call to a web service and capture the result within RoboTask. Look forward to any suggestions. Thanks.