Search found 23 matches

by boruciak
26 Feb 2021 07:49
Forum: General
Topic: Remove duplicates of file.
Replies: 0
Views: 14991

Remove duplicates of file.

Hi,
Structure of the txt file:
11223344
77663344
99773355
11223344
...

I would like to remove duplicates in a file.
Any idea?

Tnx.
by boruciak
07 Nov 2020 13:14
Forum: General
Topic: global_var NFC_id
Replies: 1
Views: 8331

Re: global_var NFC_id

Ok. I found:
setValue("global_{nfc_tag_ids}", getDate....);
by boruciak
07 Nov 2020 12:33
Forum: General
Topic: global_var NFC_id
Replies: 1
Views: 8331

global_var NFC_id

Hi
i want to get global variable with NFC ID name. How to do it?
Something like:

global_{nfc_tag_ids} = getDate...

Ultimately, I want to assign a date to a global variable whose name will be NFC id.
Thx for help.
boruciak
by boruciak
03 Dec 2019 18:49
Forum: General
Topic: Delete global_variable
Replies: 1
Views: 9971

Re: Delete global_variable

Ok. I found....

Script:
removeVariable("global_test")

Topic is closed
by boruciak
03 Dec 2019 16:20
Forum: General
Topic: Delete global_variable
Replies: 1
Views: 9971

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
by boruciak
07 Mar 2019 15:54
Forum: General
Topic: triggertime
Replies: 2
Views: 9541

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...
by boruciak
04 Mar 2019 21:44
Forum: General
Topic: Loop
Replies: 2
Views: 9156

Re: Loop

Thanks a lot Desmanto!
by boruciak
04 Mar 2019 11:11
Forum: General
Topic: Loop
Replies: 2
Views: 9156

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...
by boruciak
17 Feb 2019 14:16
Forum: General
Topic: Alarm clock
Replies: 3
Views: 10752

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.
by boruciak
15 Feb 2019 16:01
Forum: General
Topic: Alarm clock
Replies: 3
Views: 10752

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