355 B
355 B
removeLine
Removes the line on index position
Parameteres:
numberindexstringtext
Returns:
objectThe object in use
Usage:
- Removes a line
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show()
basalt.debug(aTextfield:removeLine())