[FREE / Open Source] Max/Min Value of List - My First Extension
My very first publish of extention - MaxMinTools :D This extension is made to get the minimum/maximum value of a list.
This is my first extension, so if there is any error please let me know.
Blocks

Documentation:
Blocks | Description |
---|---|
when Error occurred | Raises when error occured (All errors can be view in Errors part) |
call GetMaxValue | Get maximum value of a list |
call GetMinValue | Get minimum value of a list |
call GetValue | Get maximum/minimum value. To get max value, method should be 1, otherwise 0. |
Maximum | Return 1 for max method |
Minimum | Return 0 for min method |
Errors reference
Error Code | Error |
---|---|
0 | Input method should either be 0 or 1 |
1 | Input list should be a list |
2 | Input list cannot be empty |
3 | Exception error |
4 | Unknown error, output is empty |
Download
Changelog
Version 3
- Image resized to 16x16
- Removed unnecessary code
Version 2
- Return “error” instead of empty string when error occurred.
- Code optimized, suggested by @Mohamed_Tamer in Kodular community. Related post here
Reference
Note
This extension is made in appybuilder code editor.
Special thanks
People in Kodular Community:
- Mohamed_Tamer, helped me A LOT
- yusufcihan
Comments