PT
Developer Forums
Register
Login
[Archived] AppGameKit Classic Chat
->
What can I use instead of the Data command?
<
1
>
D
DMJ
Joined:
6th Sep 2011
Location:
Australia
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?
B
Bursar
Joined:
17th Sep 2008
Location:
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
L
LeeBamber
Joined:
21st Jan 2000
Location:
England
Posted:
9th Sep 2011 4:07
Essentially: dim mydata$[10] as string = [ "a", "b", "c" ]