How to asign same value to different vars

Post your questions and help other users.

Moderator: Martin

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: How to asign same value to different vars

Post by Desmanto » 21 Dec 2019 16:59

@Lucy : you should create the glovar map first, as I have staed in 2nd post. Or you can simply create a script and run this manually

Code: Select all

global_app_count_map = newMap();
This will create the glovar map as empty map.

@jassing : For the glovar creation, since it is one time, I prefer to create it manually. For the null, thanks for the tip. The convertNull() is much shorter, and I rarely use it till now. Ah, there will be a wave of changes again in all my flows.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Post Reply