Hi I just want to have some characters of a String with construct, something like the function charAt() in Java.
For example from the string "1-1" I want to have the part "1" with something like string.charAt(0)
Thanks in advance
BTW, construct 2 rules!
Text commands are in the manual here:
Manual
Develop games in your browser. Powerful, performant & highly capable.
Oh, I supposed that if I use "mid(text, index, count)" I'll get what I want
Thanks for your quick answer!
See ya!