View Single Post
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 08-15-2022 , 07:36   Re: How to format 2D Array?
Reply With Quote #4

For the ones that are still trying to find a solution, sizeof(MyArray) will retrieve the maximum values that can be stored in the array and sizeof(MyArray[]) will give the maximum length of the value in the array.
__________________
SpirT is offline