Search found 3023 matches

by Oleg
Fri May 31, 2024 10:17 am
Forum: General Discussion
Topic: How to use the Robotask?
Replies: 1
Views: 10

Re: How to use the Robotask?

Yes, of course, this is possible Look at my example below Save the text of the task to a file and use menu Task->Import to import the task into RoboTask. Also you can simply copy task text and paste it into the task list. ;***************************** ;* RoboTask Task file ;* Do not edit in text ed...
by Oleg
Fri May 31, 2024 8:53 am
Forum: Suggestions
Topic: Copy the list of task variables to clipboard
Replies: 1
Views: 15

Re: Copy the list of task variables to clipboard

I wrote this into our ToDo. We'll discuss it.
by Oleg
Fri May 31, 2024 8:44 am
Forum: General Discussion
Topic: Returns of a task started from within another task
Replies: 4
Views: 36

Re: Returns of a task started from within another task

...only variable TaskResult and in case of any change in its name (like TaskResult1, TaskResult2, etc) its value won't be returned by GetTaskResult... The result of function or task is only one value. If you want to return several values you can use JSON format. Read here detailed information about...
by Oleg
Thu May 30, 2024 9:12 pm
Forum: General Discussion
Topic: Returns of a task started from within another task
Replies: 4
Views: 36

Re: Returns of a task started from within another task

Task can return some result as string. Just save necessary value to TaskResult variable Save task result to variable When the action waits task for finish you can save the task result to variable. The task can return a result. To return some result, simply set the task's variable named TaskResult in...
by Oleg
Thu May 30, 2024 2:00 pm
Forum: Suggestions
Topic: GoTo Action Made Dynamic
Replies: 7
Views: 2289

Re: GoTo Action Made Dynamic

...if by the time it is implemented in the new release our company's Robotask update subscription expires, I'll be persuading my manager to renew it for this change alone...
Already implemented. Look here: viewtopic.php?p=10854#p10854
by Oleg
Sat May 25, 2024 11:52 am
Forum: General Discussion
Topic: RoboTask 10.0 has been released
Replies: 0
Views: 119

RoboTask 10.0 has been released

New version of RoboTask is ready for download. Download and try RoboTask 10.0 now What's new in RoboTask 10.0: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 10.0 + New action - "Label" . The label for the GoTo action. + Changed GoTo action: it can jump to ...
by Oleg
Wed May 22, 2024 7:13 pm
Forum: General Discussion
Topic: Powershell Script
Replies: 1
Views: 105

Re: Powershell Script

When I call the lines separtly at powershell, everything works fine. Hm-m... I got the the same error on line #4 ( $ie.ExecWB(6,2) ) and #6 ( $ie.quit() ) in separate powershell. Of course I use my HTML file PS D:\vhd> $ie = new-object -com "InternetExplorer.Application" >> $ie.Navigate(&...
by Oleg
Mon May 20, 2024 8:11 pm
Forum: General Discussion
Topic: Freeing memory while working with variables which read through large amounts of text
Replies: 3
Views: 151

Re: Freeing memory while working with variables which read through large amounts of text

To free memory from stored large data, simply assign an empty string to the variable. The empty string will replace the large text in the variable. Use Set Variable action You can also delete unnecessary variables: Remove Variable action I also strongly recommend using local variables (not global va...
by Oleg
Mon May 20, 2024 9:14 am
Forum: Suggestions
Topic: GoTo Action Made Dynamic
Replies: 7
Views: 2289

Re: GoTo Action Made Dynamic

add a label function, where Go TO will always go to label...
Will be in next release.
Coming soon
by Oleg
Sat Apr 20, 2024 7:39 am
Forum: General Discussion
Topic: Replacement of special characters in a string
Replies: 7
Views: 3386

Re: Replacement of special characters in a string

Read about BOM (Byte order mark) in wikipedia: https://en.wikipedia.org/wiki/Byte_order_mark