1. does any one know how to concatenate in this lenguaje

i want to try to make a text edit box and what you enter concatenate with the
input of other text edit box,

but i dont see any command for it does anyone know how to doit, and does any one
know how to execute a dos command from euphoria program that i´m building.
thaks alot

new topic     » topic index » view message » categorize

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

hebert rangel wrote:

>does any one know
> how to execute a dos command from euphoria program that i´m building.
> thaks alot
> 

The system command:
http://www.rapideuphoria.com/lib_s_t.htm#system

Ken Rhodes
100% Microsoft Free!

new topic     » goto parent     » topic index » view message » categorize

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

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 message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu