I want to call some function that will tell the value of that Array location. Size_X is determined during runtime.
Is there a way to determine if the parameter passed to the function is beyond the scope of the array?
(I cant do it this way though, parameter > Size || parameter < Size, since I am using it in a game, and it is a sort of 2D Array!)