View Single Post
04-15-07, 09:23 AM   #1
Gack
A Defias Bandit
Join Date: Apr 2007
Posts: 3
Multiline Edit Box help

How do I retrieve the text in a Multiline Edit box? For a Single line edit box...I just call the GetText() method. ie: EditBox name: "TextBox1"

local msg
msg = TextBox1:GetText()
message(msg)


That works for singleline Edit boxes, but not the scrollable multiline...any hints/tips?

Tx!!
  Reply With Quote