I have an Array [[9,222,3],[9,222,4],[9,333,1],[9,333,2],[9,444,1]] whare first element is static secound element is main number and third element is sub-number
I want to create string that contain main number forward by underscore "_" and its sub numbers then Slash and continue..
solution look like 222_3_4/333_1_2/444_1
thanks in advance.
[9,222,3],[9,222,4],[9,333,1]become222_3_4