01-20-2025 02:11 AM
vi file
01-20-2025 06:24 AM
re I find a solution,
it's something like that
thank's GerdW to help me at found the solution
01-20-2025 06:55 AM - edited 01-20-2025 06:56 AM
Hi letesego,
@letesego wrote:
re I find a solution,
it's something like that
Oh boy, Rube-Goldberg!
Please REMOVE any FOR loop that is set to iterate just once!
It doesn't make sense to iterate a FOR loop twice when you only use the result of the last iteration!
(And try to simplify the array handling in general!)
01-20-2025 07:08 AM
I need to iterate twice for with array on for the row and a second for the column.
but I'm agree with you to simplify the array handling