Hello
I am in the process of upgrade from an older x86 version to the latest x64 version.
How can I translate "basic script" where the code is in an external file, in the new version?
Thanks in advance
Christophe
"Old" Basic Script to new VB scripts in external file
Re: "Old" Basic Script to new VB scripts in external file
May I see your old task and the script?
Maybe I can help you. The language is very similar but there are some difference.
Maybe I can help you. The language is very similar but there are some difference.
Oleg Yershov
Re: "Old" Basic Script to new VB scripts in external file
Yes but the pb is that I have a lot of "basic task" with the code in an external file.
So I hope to find a solution to replace by a VB script task, with code in external file.
And so I need to change my scripts once
So I hope to find a solution to replace by a VB script task, with code in external file.
And so I need to change my scripts once

Re: "Old" Basic Script to new VB scripts in external file
Look at the screenshot how to include text from external file
Another way (more preferred):
use this text in VB Script text (for example)
The extension is described here: https://robotask.com/help/index.html?sc ... esions.htm
These extensions works in actions:
Another way (more preferred):
use this text in VB Script text (for example)
Code: Select all
execute include("C:\temp\test.vbs")
These extensions works in actions:
Oleg Yershov