Search found 5 matches
- Wed Apr 11, 2012 10:01 am
- Forum: General Discussion
- Topic: Set variable name from text file
- Replies: 2
- Views: 10060
Set variable name from text file
thank you for your answer
- Wed Apr 11, 2012 7:36 am
- Forum: General Discussion
- Topic: disable variable replacment
- Replies: 4
- Views: 13931
disable variable replacment
thank you, that worked
- Sun Apr 01, 2012 7:43 pm
- Forum: General Discussion
- Topic: Set variable name from text file
- Replies: 2
- Views: 10060
Set variable name from text file
Hello,
Is it possible to set variable name with string robotask
read from text file?
(ie read string from file or input dialog and use it as
variable name)
thx
Is it possible to set variable name with string robotask
read from text file?
(ie read string from file or input dialog and use it as
variable name)
thx
- Sun Apr 01, 2012 7:41 pm
- Forum: General Discussion
- Topic: disable variable replacment
- Replies: 4
- Views: 13931
disable variable replacment
thx
this is solving it.
is it possible to use variables in the Basic script, like:
buf = Replace(buf,"sometext","{SOMEVAR}")
so it will replace every "sometext" with the content of
varaible {SOMEVAR} ?
this will make my script much simpler.
thx
this is solving it.
is it possible to use variables in the Basic script, like:
buf = Replace(buf,"sometext","{SOMEVAR}")
so it will replace every "sometext" with the content of
varaible {SOMEVAR} ?
this will make my script much simpler.
thx
- Thu Mar 29, 2012 11:47 pm
- Forum: General Discussion
- Topic: disable variable replacment
- Replies: 4
- Views: 13931
disable variable replacment
Hello, I am merging few text files into one, and some texts include {sometext} strings in it (the texts are scripts for IDE software. Most strings aren't recognized by Robotask and therefore not being replace, but some do. How can I avoid that please? is there an option to set Robotask not replacing...