Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[ABAP] min / max

    l_result = nmin( val1 = 10 val2 = 20 ).   " = 10
    l_result = nmax( val1 = 10 val2 = 20 ).   " = 20

Leave a Reply

Your email address will not be published. Required fields are marked *