LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

How to read string values

Root / Programming Questions / [.]

VakoreCreated:
Let's say I have a string
myString$ = "00122300122"

for i=0 to 9
  'read each individual string value
Next
How would I read each string value individually?

myString$[i]

Thanks! I was just confused since I was using a 2d array :P