Search found 51 matches

by photoevents
Fri Jun 06, 2025 10:49 am
Forum: General Discussion
Topic: text on one line
Replies: 2
Views: 1514

Re: text on one line

Okay, got it, thank you
by photoevents
Fri Jun 06, 2025 9:44 am
Forum: General Discussion
Topic: text on one line
Replies: 2
Views: 1514

text on one line

I have this text file with names seperated by ; like first;last; I use CSV Open Data, Data Loop, convert to text and create file in mode append to write a new file that has the names like this: first last But my action creates a file like this: first last How can I keep the two variables on one line...
by photoevents
Wed Jan 22, 2025 3:03 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 45246

Re: CSV DATA LOOP

I was referring to the runtime of robotask.

Christian
by photoevents
Mon Dec 23, 2024 3:29 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 45246

Re: CSV DATA LOOP

Everything works fine. Except when trying the task using runtime on another computer, the cycle trigger doesn't work. I just remember no triggers work at all. For now I use a loop with pause, which works but is an endless loop which you think is not a good idea. Any advice on how to do this better? ...
by photoevents
Fri Dec 20, 2024 1:05 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 45246

Re: CSV DATA LOOP

Thank you,
That helps,
Again ;-)

Christian
by photoevents
Fri Dec 20, 2024 11:44 am
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 45246

CSV DATA LOOP

I have a csv file which is constantly being updated with new rows. What I want to do is to copy this file over to a workfolder, then loop it and do something with the variables then repeat the process but now taking into account the lines that already have been processed. I was thinking when opening...
by photoevents
Fri Sep 20, 2024 12:30 pm
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 54708

Re: structuring code

Hey,

Just now read your reply.
To me, it is a workaround.
Also, when using runtime, you can only have one task running, am I correct?

Christian
by photoevents
Wed Sep 04, 2024 10:13 am
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 54708

structuring code

I find it difficult to read my own code for longer projects. Do you have tips on how to structure code in a way that is easier to read? TABS in the user interface would already be a big improvement to my mind. Or modules/functions? Now I just have an long list of code that becomes a headache to keep...
by photoevents
Sat Aug 31, 2024 8:44 am
Forum: Suggestions
Topic: GUI forms/builder for Robotask
Replies: 1
Views: 60967

Re: GUI forms/builder for Robotask

I agree that would be a big improvement. Autokey and Autohotkey have seperate software that allows for this. I just discovered Xojo (visual basic alike) which allows for easy custom building of windows forms and attaching robotask scripts should not be to difficult. But I'm just starting with it, so...
by photoevents
Fri Jun 21, 2024 7:57 am
Forum: General Discussion
Topic: dialog boxes on top
Replies: 5
Views: 26943

Re: dialog boxes on top

Perhaps something to add in the next update of robotask.
Show dialogbox in front, focus.