write()


Returns a text box

write(text, x, y)
x text to be written
x x-coordinate
y y-coordinate

Example:

txt_box: Object
details: Text = "Allan please add details"
                
txt_box.write(details, 120, 120)
txt_box.draw(1, 1000)