by Joe Strout <joe@[EMAIL PROTECTED]
>
Oct 28, 2007 at 08:22 PM
In article <dontmewithme-78DE9D.23482328102007@[EMAIL PROTECTED]
>,
Larry <dontmewithme@[EMAIL PROTECTED]
> wrote:
> Now I'd like to send Editfield.text data back to the client...but only
> when I press a push button...how would I go about doing that??
>
> do I have to do:
>
> while (window1.pushbutton pressed)
>
> me.Write Editfield1.text
>
> wend
No while loop. In the Action event of that button, simply do
someSocket.Write EditField1.text
Cheers,
- Joe
--
"Polywell" fusion -- an approach to nuclear fusion that might actually
work.
Learn more and discuss via:
<http://www.strout.net/info/science/polywell/>