Search found 25 matches

by george
Mon Sep 16, 2019 8:22 pm
Forum: General Discussion
Topic: Time to timestamp
Replies: 2
Views: 6122

Time to timestamp

Hi, is there a way I can convert a time format to unix timestamp in milliseconds?

For example:
"10:00:00" on input will give me the timestamp "36000000" on output
"22:00:00" on input will give me the timestamp "79200000" on output

:roll:

Thanks
by george
Fri Aug 23, 2019 1:58 pm
Forum: General Discussion
Topic: Date format as a {Variable}
Replies: 2
Views: 5928

Re: Date format as a {Variable}

Works great, thanks Oleg! 8-)
by george
Thu Aug 22, 2019 10:50 pm
Forum: General Discussion
Topic: Date format as a {Variable}
Replies: 2
Views: 5928

Date format as a {Variable}

Hi, I was wondering if there is a way I can insert a variable in date format (for example 2019-13-09), and add or substract days taking that value to use them later. I know you can do it with the current date: {DateTimeToFormat({DateIncDays(+2)},yyyy/mm/dd)} (adding two days to the current date) But...
by george
Tue Apr 23, 2019 8:43 pm
Forum: General Discussion
Topic: Robotask Handler Window
Replies: 2
Views: 6046

Re: Robotask Handler Window

Thanks! :D
by george
Tue Apr 23, 2019 1:14 pm
Forum: General Discussion
Topic: Robotask Handler Window
Replies: 2
Views: 6046

Robotask Handler Window

Hi, everytime I open Robotask it opens with it (and can't be closed) another window with the caption "RoboTaskHandler".
Is it normal?

Image
by george
Thu Sep 27, 2018 3:15 pm
Forum: General Discussion
Topic: Fixed Random Variable
Replies: 3
Views: 7104

Re: Fixed Random Variable

Works perfect, thanks!
by george
Wed Sep 26, 2018 5:54 pm
Forum: General Discussion
Topic: Fixed Random Variable
Replies: 3
Views: 7104

Fixed Random Variable

Hi, I've been trying to do something with no success. I have at the start of a task a {NUMBER} variable set with {RandomValue(23)}, what that does is everytime I use {NUMBER} in next steps of the task the integer changes to a new random number. Is there a way I can run only once {RandomValue(23)} an...
by george
Fri Sep 14, 2018 6:03 pm
Forum: General Discussion
Topic: Scheduler Variable
Replies: 5
Views: 9106

Re: Scheduler Variable

Rukbunker wrote:What I did:

In the beginning of the task:
01.PNG
Ad the end:
02.PNG
Thanks! :D
by george
Thu Sep 13, 2018 6:27 pm
Forum: General Discussion
Topic: Scheduler Variable
Replies: 5
Views: 9106

Re: Scheduler Variable

Oleg wrote: I think that possible to save next scheduling time into user-defined global variable
How can it be done?

Thanks
by george
Thu Sep 13, 2018 3:49 pm
Forum: General Discussion
Topic: Decode Base64 into Variable
Replies: 2
Views: 5788

Re: Decode Base64 into Variable

Thanks!! :mrgreen: