Ive had this problem as well.
What else is in the first page?
If you can break up any program code thats in the first page so that it
exists as a number of smaller subroutines, then GCbasic will put the subroutines in
the second or later pages,thus freeing up space for more variables.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since I put a few Array variables in my main program GCBASIC says first page is full what can I do to put this data elswere ?
Thanks
Ive had this problem as well.
What else is in the first page?
If you can break up any program code thats in the first page so that it
exists as a number of smaller subroutines, then GCbasic will put the subroutines in
the second or later pages,thus freeing up space for more variables.