Simple array in function question
BlitzMax Forums/BlitzMax Programming/Simple array in function question You're passing a two dimensional array to a function which is expecting a one dimensional array. Put a comma between the two square brackets in your function declaration and it will be fine.
Ahhh! thank you gabriel!