Re: Perceptron in Euphoria
- Posted by JJProg at CYBERBURY.NET Nov 29, 1998
- 679 views
EU>-----Mensaje original----- EU>De: Irv Mullins <irv at ELLIJAY.COM> EU>Para: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> EU>Fecha: domingo 29 de noviembre de 1998 13:24 EU>Asunto: Re: Perceptron in Euphoria >> sprintf(" %s %d, %d ",{month[mo],da,yr+1900})) >about this yr is two digits, that's why you plus 1900. printf(1," %d, 19%d",{dt[3],dt[1]}) -- Year 2000 bug!! In the year 2000, it will display 19100. >It has the same effect. >I made the changes you suggested to the code I'm sending. Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/