[Gambas-user] last line of editor

Demosthenes Koptsis demosthenesk at ...626...
Tue Dec 16 16:23:41 CET 2008


Hi to all,

i have a text area and i want when i feed text to it to go to the last
line of it, so i wrote the next code that works fine

PUBLIC SUB txaSQL_Change()

  txaSQL.Pos = Len(txaSQL.Text)

END

how can i have the same result with an editor control?

-- 

Γεια χαρα σε όλους!!!

Regards,

Demosthenes Koptsis


More information about the User mailing list