Author Topic: monoinput (wonder if not to late )  (Read 1908 times)

pielago

  • Guest
monoinput (wonder if not to late )
« on: January 09, 2018, 06:54:42 AM »
under the tutorial examples I saw [monofonts.lua] and in it was monoinput.
I play with it. No problem but when I tried to save the entertext val in to a new variable didnt work.
how does it works?
Here is the example from the example monofonts

monotext (0,120,"Load another font whenever you want.")
monotext (0,130+monoheight(),"Input:")
colour (255,0,0)
setcursortype ("block")
entertext = monoinput (5+monowidth("Input:"),130+monoheight(),50)
sync()