Hi, I've been wondering how can I limit the length of a number, so that instead of for example 7,458635 I'd get 7,5. This is probably basic lua stuff, but I don't know what to search for.
Also, is it possible to use the text field like the print() function, so that you can add multiple values and text strings?
Like this: print("Distance from target:", distancevalue, "meters")
Comments
So you can do it like:
Likes: Karriz
See
http://www.lua.org/pil/20.html
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975