[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

blocks

Documentation:

BlocksDescription
when Error occurredRaises when error occured (All errors can be view in Errors part)
call GetMaxValueGet maximum value of a list
call GetMinValueGet minimum value of a list
call GetValueGet maximum/minimum value. To get max value, method should be 1, otherwise 0.
MaximumReturn 1 for max method
MinimumReturn 0 for min method

Errors reference

Error CodeError
0Input method should either be 0 or 1
1Input list should be a list
2Input list cannot be empty
3Exception error
4Unknown error, output is empty

Download

v1.3

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

Kodular community

Note

This extension is made in appybuilder code editor.

Special thanks

People in Kodular Community:

  • Mohamed_Tamer, helped me A LOT
  • yusufcihan

Comments