Get Largest number out of Array of Strings

Hey @esakkiappan.b

Kindly try the below,

strArr_Num = {"202205102345","202205112210","202205123375"}

strArr_Num.Max(Function(num) num)

Ref - nmnithinkrishna_MaxNumFromStrArray.zip (2.0 KB)

Hope this helps.

Thanks
#nK

1 Like