Hello,
I want to print the values of an array which are other than 0 as a list with the pairs index/values separated by commas
I already patched a first solution that gives me the whole list including the values equal to zero, another solution that only prints the pairs index/values but line by line
Has someone got an idea ? I want to include this subpatch in a patch with 5 combinated arrays of nearly 400 indexes, so it will be simpler to print the only values other than 0
Thanks dudes !


