Hi,
Structure of the txt file:
11223344
77663344
99773355
11223344
...
I would like to remove duplicates in a file.
Any idea?
Tnx.
Search found 23 matches
- 26 Feb 2021 07:49
- Forum: General
- Topic: Remove duplicates of file.
- Replies: 0
- Views: 15751
- 07 Nov 2020 13:14
- Forum: General
- Topic: global_var NFC_id
- Replies: 1
- Views: 8625
Re: global_var NFC_id
Ok. I found:
setValue("global_{nfc_tag_ids}", getDate....);
setValue("global_{nfc_tag_ids}", getDate....);
- 07 Nov 2020 12:33
- Forum: General
- Topic: global_var NFC_id
- Replies: 1
- Views: 8625
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
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
- 03 Dec 2019 18:49
- Forum: General
- Topic: Delete global_variable
- Replies: 1
- Views: 10244
Re: Delete global_variable
Ok. I found....
Script:
removeVariable("global_test")
Topic is closed
Script:
removeVariable("global_test")
Topic is closed
- 03 Dec 2019 16:20
- Forum: General
- Topic: Delete global_variable
- Replies: 1
- Views: 10244
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: 9701
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: 10882
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: 10882
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