321 B
321 B
getLine
Returns the line on index position
Parameteres:
numberindex
Returns:
stringline
Usage:
- Prints one line
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show()
basalt.debug(aTextfield:getLine(1))