Search found 22 matches

by DK.Ideagen
Fri May 06, 2022 9:24 am
Forum: General Discussion
Topic: Are programmable Interrupts possible
Replies: 2
Views: 1162

Are programmable Interrupts possible

Is it possible to have a RoboTask which pauses itself it at any point a hotkey is pressed, runs another task then returns to the original

(at the same place it was before)
by DK.Ideagen
Fri May 06, 2022 9:21 am
Forum: General Discussion
Topic: Read in and use local variables at runtime
Replies: 2
Views: 2138

Read in and use local variables at runtime

I have a text file variables.txt it contains for as a sample var1 = Min. horizontal separation var2 = Min. horizontal separation unit var3 = Angle how can I use that file to add local variables at runtime so for example I could use {var3} in the script. I do not wish to copy and paste the text into ...
by DK.Ideagen
Fri May 06, 2022 9:18 am
Forum: General Discussion
Topic: Stop CSV variable splitting on space
Replies: 7
Views: 1903

Re: Stop CSV variable splitting on space

I fixed this with a python script to

Code: Select all

text.replace('"','')
by DK.Ideagen
Thu Apr 28, 2022 10:03 am
Forum: General Discussion
Topic: Stop CSV variable splitting on space
Replies: 7
Views: 1903

Re: Stop CSV variable splitting on space

To clarify

Splitting on comma is wanted
just not on space

I added double quotes so

Code: Select all

Sonic,The Hedgehog
is split into two lines

Code: Select all

"Sonic"
"The Hedgehog"
not

Code: Select all

Sonic
The
Hedgehog
In reality I want

Code: Select all

Sonic
The Hedgehog
but only split on commas
by DK.Ideagen
Thu Apr 28, 2022 8:46 am
Forum: General Discussion
Topic: Stop CSV variable splitting on space
Replies: 7
Views: 1903

Re: Stop CSV variable splitting on space

I have adapted the above into my task.

It is working, however I really need the ultimate data to not be wrapped in double quotes.

Is there an easy way to achieve this?
by DK.Ideagen
Wed Apr 27, 2022 4:13 pm
Forum: General Discussion
Topic: Stop CSV variable splitting on space
Replies: 7
Views: 1903

Stop CSV variable splitting on space

I found the following task on this form for turning CSV values into variables. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|0 Comment=STRINGLIST Contin...
by DK.Ideagen
Tue Apr 26, 2022 10:26 am
Forum: General Discussion
Topic: Auto click based on color
Replies: 0
Views: 2759

Auto click based on color

Hi Oleg, I am trying to have it automatically move the mouse for clicking on the first instance of a color value on screen. E.g. click on #cadceb. I know I am supposed to be able to use the window commands to grab color value based on a coordinate and pass that back into a loop. How would you go abo...
by DK.Ideagen
Fri Mar 25, 2022 3:47 pm
Forum: General Discussion
Topic: Excel to XML global variable import
Replies: 6
Views: 2445

Re: Excel to XML global variable import

Perfect thank you
by DK.Ideagen
Fri Mar 25, 2022 12:06 pm
Forum: General Discussion
Topic: Excel to XML global variable import
Replies: 6
Views: 2445

Re: Excel to XML global variable import

Thank you so much Oleg finally seen this. I have improved the above task to ask for a file. It works perfectly. One potential additional improvement / question. I attempted to avoid hardcoding the user path e.g. by using %UserProfile%\Desktop\XMLtoImport.xml as a path. Yet this is evaluated as Robot...
by DK.Ideagen
Wed Mar 16, 2022 12:18 pm
Forum: Testimonials
Topic: Simply simplifying
Replies: 0
Views: 15224

Simply simplifying

Small performant application with lots of predefined scripts enabling faster time to launch vs something more manual e.g. AutoHotKey.

It has enabled us to work more cohesively as a team and have already recommended to others.