Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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!