Re: Help Please with numbers
- Posted by Dave Probert <zingo at purpletiger.com> Aug 01, 2005
- 612 views
>From the example you give you are using Win32Lib, and there is a simple way to >get a numerical value from a textfield - use getNumber(...) instead of getText(). Or else use get() - a Euphoria core function - read the manual for details. Please note the documentation with Euphoria about the use of atoms and sequences - some aspects that every new user should be aware of. > Rangel, Hebert Rogelio wrote: > > > > object r1 > > object r2 > > object r3 > > > > r1 = getText(EditText20) > > r2 = getText(Edittext21) > > r3 = r1 + r2 > <snip> Cheers, Dave . .. : :: = == == = :: : .. . Server-Side DB driven web sites, Software Development (and part-time games developer) contact dave_p at purpletiger dot com or probert.dave at gmail dot com . .. : :: = == == = :: : .. .