HELP please!!!!

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

hello it me again i´m just to new for this i´m tring to concatenate two text to
execute it
in system()

-----------------------------------------------------------------------------
--  Window Window1
global constant Window1 = create( Window, "POPUP v1.5", 0, Default, Default,
372, 228+ 19, 0 )
global constant MENSJ = create( EditText, "", Window1, 8, 92, 344, 120, 0 )
global constant ENVIAR = create( PushButton, "ENVIAR", Window1, 268, 4, 64, 28,
0 )
global constant USER = create( EditText, "", Window1, 30, 50, 120, 20, 0 )

object CAD CAD = (getText(MENSJ)) object MAN MAN = (getText(User)) procedure ENVIAR_onClick () sequence msm msm = (CAD) & (MAN) system(msm, 0) end if end if

end procedure

please help it say that some thing is wrng how to concatenbate and use the concatenate text insyde the system() command thanks }}}

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

Search



Quick Links

User menu

Not signed in.

Misc Menu