Oleg wrote:Just set 0 or 1 or 2, etc
You can't declare the typed variables. You must set the numeric value only
Search found 10 matches
- Fri Apr 17, 2009 2:18 am
- Forum: General Discussion
- Topic: Number in Excel cell-variable
- Replies: 6
- Views: 15104
Number in Excel cell-variable
You can easily assign numbers to variables.The answer from Oleg to my question was:
- Thu Apr 16, 2009 7:43 am
- Forum: General Discussion
- Topic: Number in Excel cell-variable
- Replies: 6
- Views: 15104
Number in Excel cell-variable
Maybe you can copy the number into the clipboard and then assign it to the variable.
- Tue Apr 14, 2009 8:06 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
Thanks a lot.Thats the right way.I think, I want to send you new example-tasks or task-packages.Are you interest of new scripts?
Oleg wrote:Just set 0 or 1 or 2, etc
You can't declare the typed variables. You must set the numeric value only
- Tue Apr 14, 2009 7:40 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
Now I have the next problem:How can I declare number-values?Must I say (number) or <number>?
Oleg wrote:Also you may to use integer values:
0 = False
any other values = True
This is undocumented but this is working
- Tue Apr 14, 2009 6:40 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
Outsch Now it works, thank you.Thanks also for your fast replies. Use the string {Test1} instead of Test1 You may use any expression with (or without) variables. Therefore you have to write all variable names between {}. Otherwise RoboTask use this string "as is". The string "Test1&qu...
- Tue Apr 14, 2009 6:09 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
What error? "True" or "False" is a same string as another srtings. also publish here your task. I want to look it. This is my task (RT says:E: 14.04.2009 16:09:16: Value "Test1" is not compatible with boolean expression):;*****************************;* RoboTask Task f...
- Tue Apr 14, 2009 5:01 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
Must I take a new variable?In some trys I set True to the variable but RT brings an error back.
Oleg wrote:All variables in RoboTask are strings
Just set True or False to your variable and you can use it in "If..Then" condition with "as boolean" option
Also you can use Yes/No pair
- Tue Apr 14, 2009 4:56 am
- Forum: General Discussion
- Topic: Update PC Welt or PC Praxis Version
- Replies: 2
- Views: 8121
Update PC Welt or PC Praxis Version
ok, thank you.Maybe there is a cheaper pay-version for this.It's ok I think Unfortunately no. IIRC, the PC Praxis copy has been published with the following restrictions: - for personal and non commercial use - no free upgrades See EULA (menu Start -> All programs -> RoboTask -> EULA) Also the edito...
- Tue Apr 14, 2009 3:07 am
- Forum: General Discussion
- Topic: Update PC Welt or PC Praxis Version
- Replies: 2
- Views: 8121
Update PC Welt or PC Praxis Version
Hi Admins,can I update my "PC Praxis"- RT to the 3.3 Version?GreetingsMichael
- Tue Apr 14, 2009 2:10 am
- Forum: General Discussion
- Topic: Robotask "If then" with boolean selection
- Replies: 11
- Views: 26085
Robotask "If then" with boolean selection
Hi there,I want to use RT to start some additional programms, but not with the start of Windows. I want to create a boolean variable, but I don't know how to do it.I use RT3.1 from the german "PC Praxis".Maybe someone can help me here.thank you