Version 3 with more minor fixes!
It is going to help me a lot
Nice one and congratulations
I hope that Kodular add it as inbuilt function as these small basic things helps a lot and save time and blocks.
Nice Extension!
Nice extension
Does your extension work with Date / Time format ??
My extension will work as normal number. To compare time you can just convert all to mills.
Great Work !! Nice Extension !!
Thank you. Nice Extension
Is there any way to get index of the biggest number with this extension?
You just subtract one from the maximum total although I donât think thatâs how App Inventor works. Try just using the maximum number as the index and if that doesnât work then subtract one.
Letâs say that I have list like [5, 3, 1, 9]
. This extension will return 9 which is biggest number. But, Is there any way to get 4 which is index of number 9?
Iâm very sorry for I wasnât online yesterday. I guess you can use the index in list
. However, if the biggest number is duplicated in your list, only the first index of the biggest number will be returned.