Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
How to make string operations on texts in Construct?
I home this para-code explains what I mean:
first("exampletext",5) returns "examp" last("exampletext",3) returns "ext" substring ("exampletext",2,4) returns "ampl"[/code:12wam0yw]
Develop games in your browser. Powerful, performant & highly capable.
The wiki will answer this: http://sourceforge.net/apps/mediawiki/c ... xpressions
(scroll down to the category "Text" and look for left, right and mid)
The wiki is always a good starting point. Many of the various ACE are explained there
Thanks. Very helpful site.