Posted: 7th Sep 2011 21:13
The app game kit is a lot like Darkbasic. One of the things missing that I used, is the DATA command. How do I get around this?
Posted: 7th Sep 2011 21:37
There was some discussion on that in this thread: http://forum.thegamecreators.com/?m=forum_view&t=188638&b=41
Posted: 9th Sep 2011 4:07
Essentially: dim mydata$[10] as string = [ "a", "b", "c" ]