The title basically says it all…
Well, to describe it more, I’m trying to call a string from an array through an object.
Here’s the code: https://github.com/kaimarohero/Java__JGame
Thanks in advance.
The title basically says it all…
Well, to describe it more, I’m trying to call a string from an array through an object.
Here’s the code: https://github.com/kaimarohero/Java__JGame
Thanks in advance.
String str = object.array[index];
I agree with Jimmit EDIT: Dont you know what Google is? ;D
Thanks, I’ll try it out.