Skript call for Robotask

Discuss RoboTask here
mikronos
Posts: 21
Joined: Sat Oct 21, 2006 9:09 am
Location: France

Skript call for Robotask

Post by mikronos »

Sorry for the typo, it is due to copy/paste from my previous post in this thread.No, the syntax is correct, but I alway have this error and don't know why...Note, I have the same error if I type : res= RoboTask.ExpandText ("12")
again, not when I'm inside the basic interpreter, but only when I run the script from main.-Mikronos.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Skript call for Robotask

Post by Oleg »

Excuse me, corrected line is

res= RoboTaskApp.ExpandText("12")
'Use RoboTaskApp instead of RoboTask

RoboTaskApp is predefined object in built-in basic.
Post Reply