360 B
360 B
editLine
Edits the line on index position
Parameteres:
numberindexstringtext
Returns:
objectThe object in use
Usage:
- Edits the line
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show()
basalt.debug(aTextfield:editLine(1, "Hello!"))