This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
If I create an array of 8, will it only work from 0-7?
int[8] is from int[0] to int[8] so 9 basically
GUI != Galaxy code
In GUI you say array size 8 [1 to 8] but when it translates to galaxy arrays always start at zero so 0+1-8.
If I create an array of 8, will it only work from 0-7?
int[8] is from int[0] to int[8] so 9 basically
GUI != Galaxy code
In GUI you say array size 8 [1 to 8] but when it translates to galaxy arrays always start at zero so 0+1-8.