Ok. I found....
Script:
removeVariable("global_test")
Topic is closed
Search found 20 matches
- 03 Dec 2019 18:49
- Forum: General
- Topic: Delete global_variable
- Replies: 1
- Views: 68
- 03 Dec 2019 16:20
- Forum: General
- Topic: Delete global_variable
- Replies: 1
- Views: 68
Delete global_variable
Hi,
How do I delete a global variable? I don't want to change the value. I want to delete it with a code...
Tnx
B
How do I delete a global variable? I don't want to change the value. I want to delete it with a code...
Tnx
B
- 07 Mar 2019 15:54
- Forum: General
- Topic: triggertime
- Replies: 2
- Views: 1028
triggertime
Hi, time = "{triggertime, dateformat, hhmmss}"; returns the value HHmmss. I have a program and want to save my own Log. WriteToFile. At the beginning of the entry, I do not want to enter the full command every time. I want to replace them with the {T} variable. How to do it so that the variable used...
Re: Loop
Thanks a lot Desmanto!
Loop
Script (simplified entry): OK="/STORAGE/OK"; P1="/STORAGE/AAA"; P2="/STORAGE/BBB"; P3="/STORAGE/CCC"; ... i=1; How to save a loop for copying directories? [Loop Start - Copy file] Source: P{i} //I do not know how to make this record to have "/STORAGE/AAA" Target: {OK} [Script] i=i+1 [goto loop start...
- 17 Feb 2019 14:16
- Forum: General
- Topic: Alarm clock
- Replies: 3
- Views: 1206
Re: Alarm clock
Tnx.
I wanted to do this but I have a smartwatch that wakes up. This is Samsung Gear and automagic has no support.
I wanted to make an alarm clock based on the calendar. When I have a day off from work, it does not ring...
Thanks. I will be experimenting.
I wanted to do this but I have a smartwatch that wakes up. This is Samsung Gear and automagic has no support.
I wanted to make an alarm clock based on the calendar. When I have a day off from work, it does not ring...
Thanks. I will be experimenting.
- 15 Feb 2019 16:01
- Forum: General
- Topic: Alarm clock
- Replies: 3
- Views: 1206
Alarm clock
Hi,
Can I turn off the alarm that is already in progress?
The alarm clock is systemic.
OR
set the alarm clock status to off before the ring.
Tnx
Can I turn off the alarm that is already in progress?
The alarm clock is systemic.
OR
set the alarm clock status to off before the ring.
Tnx
- 20 Dec 2018 06:46
- Forum: General
- Topic: Time calculate
- Replies: 8
- Views: 2325
Re: Time calculate
it's perfect.
Tnx
Tnx
- 19 Dec 2018 08:44
- Forum: General
- Topic: Time calculate
- Replies: 8
- Views: 2325
Re: Time calculate
ok - there was no question.
I get it
Tnx
I get it

Tnx
- 19 Dec 2018 07:33
- Forum: General
- Topic: Time calculate
- Replies: 8
- Views: 2325
Re: Time calculate
Ok thank you for help. In fact, I did not specify exactly what I mean. My plan is: - save getData() to the file - after some time - reading data from the file - comparison with current getData - the result is "something" was done by the "x" time I still have a question. t1=getDate(); //sleep 10m t1=...