Oscar Ugolini
19-09-2012, 23:46
hi all, and sorry for this question,
but i must pass an array of points to an external function ... glunurbscurve ...,
and same function in "codeblocks" is good, and not in ThinBasic...
Before i check all memory characters of my array, i would know if someone can tell me
what is the difference in memory sequence for this lines???
dim Array1(3,3) as single
dim Array(9) as single
thanks all :)
but i must pass an array of points to an external function ... glunurbscurve ...,
and same function in "codeblocks" is good, and not in ThinBasic...
Before i check all memory characters of my array, i would know if someone can tell me
what is the difference in memory sequence for this lines???
dim Array1(3,3) as single
dim Array(9) as single
thanks all :)