Re: Perceptron in Euphoria
- Posted by David Cuny <dcuny at LANSET.COM> Nov 23, 1998
- 596 views
Alfredo Brand wrote: > I'm developing the perceptron program in > Euphoria for windows (win32lib.ew). How > can I get data in the window if I'm using getText > command, but It doesn't seem to work properly. You can set text with: setText( iControl, sText ) and retrieve it with: s = getText( iControl ) Good luck with your code! -- David Cuny