User can put an information and i can print it to the screen. Besides, i need a blank text field for taking input of user.How is a blank text field made? Thanks in advance.
@ar2rsawseen , i can't find where str:match is. It isn't in reference manual or ultimate guide to Gideros. Can show where it is or could you supply a very simple example. For example , enter your name then it will output your name etc.
match is part of the standard Lua string library - google "Lua string.match" - chances are @ar2rsawseen has str as a local reference to string.
It might be worth picking up a copy of "Programming in Lua 2nd Ed" or "Beginning Lua Programming" - both are excellent references to the standard libs
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Comments
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
And about input, you could also wait a bit and text input will be available in next Gideros version.
http://www.giderosmobile.com/forum/discussion/comment/9782#Comment_9782
It might be worth picking up a copy of "Programming in Lua 2nd Ed" or "Beginning Lua Programming" - both are excellent references to the standard libs
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
yes, just as @techdojo said. This is part of lua language library, completely not related to Gideros.
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975