Search found 51 matches
- 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
- 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...
- 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
Christian
- 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? ...
- 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
That helps,
Again

Christian
- 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...
- 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
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
- 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...
- 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...
- 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.
Show dialogbox in front, focus.