Re: Perceptron in Euphoria
- Posted by "Alfredo Brand V." <abrand at ALUMINA.COM.CO> Nov 25, 1998
- 688 views
Thanks!, but I can't run my code because I've got this error. An error was detected during execution of your program. Your program exceeds 300 statements in size, so this Public Domain Edition of Euphoria cannot provide run-time error diagnostics. If you purchase the Complete Edition of Euphoria you will get full diagnostic support for any size of program. See register.doc or visit http://members.aol.com/FilesEu/ Meanwhile, you can locate your problem using print statements and the Euphoria trace facility. Press Enter... How much does It cost the windows version? -----Mensaje original----- De: David Cuny <dcuny at LANSET.COM> Para: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> Fecha: Lunes 23 de Noviembre de 1998 4:30 PM Asunto: Re: Perceptron in Euphoria >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