Search found 18 matches

by gilanxcheetz
11 Oct 2019 19:09
Forum: Flow Sharing Area
Topic: Auto copy OTP to clipboard
Replies: 2
Views: 16453

Re: Auto copy OTP to clipboard

good work, will use it. thank you!
by gilanxcheetz
17 Sep 2019 13:43
Forum: General
Topic: how to limit internet bandwidth on hotspot/per-apps?
Replies: 2
Views: 11831

how to limit internet bandwidth on hotspot/per-apps?

hello, i try to find how to limit internet bandwidth on hotspot or maybe each apps to rule on Automagic.

can we do that? my phone is rooted.
by gilanxcheetz
07 Jun 2019 16:14
Forum: User Help / Bug Reports
Topic: How to add thousand separator using regex?
Replies: 2
Views: 7028

Re: How to add thousand separator using regex?

You don't need regex, a simple numberformat is enough. num = 1234567; show = "{num,numberformat,#,###}"; For more about numberformat pattern, visit the documentation : https://automagic4android.com/automagic/1.37/onlinehelp/en/numberformat_patterns.html Or you can find the numberformat help in the ...
by gilanxcheetz
07 Jun 2019 05:50
Forum: User Help / Bug Reports
Topic: How to add thousand separator using regex?
Replies: 2
Views: 7028

How to add thousand separator using regex?

anyone can help me, how to add a thousand separator with comma?
from 1234567 to 1,234,567
by gilanxcheetz
26 Feb 2019 04:34
Forum: General
Topic: Help to use a error condition
Replies: 2
Views: 9788

Re: Help to use a error condition

thank you for your help, btw i read your thread on kaskus a few months ago. glad to see you here
by gilanxcheetz
24 Feb 2019 05:42
Forum: General
Topic: Help to use a error condition
Replies: 2
Views: 9788

Help to use a error condition

hello, im from indonesia n im new on this.

can you help me how to use error condition.

i use expression operation == "ok"; but that's not working