Re: does any one know how to concatenate in this lenguaje

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Tue, 22 Feb 2005 14:51:16 -0800, hebert rangel
<guest at rapideuphoria.com> wrote:
> i want to try to make a text edit box and what you enter concatenate with the
> input of other text edit box,

You're using win32lib? The getText function will extract the text from
the control, look in the win32lib documentation.
Concatenation is covered in the basics of the language, read through
the Euphoria docs.
Basically:
sequence concat_string
concat_string = getText(editbox1) & getText(editbox2)

-- 
MrTrick

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu