Re: Help please.
- Posted by Euman <euman at bellsouth.net> Dec 14, 2001
- 421 views
> My problem is ... How would you set this up? an integer is in the range -1073741824 to +1073741823 Atoms can have any integer or double-precision floating point value. They can range from approximately -1e300 (minus one times 10 to the power 300) to +1e300 with 15 decimal digits of accuracy. Pretty safe bet you'll be using integers for this program Lots of great info on Euphoria is contained in the Help files. Give yourself time to read the docs before you actually code anything. Hint: Win32lib is a safe bet for coding this program really fast. Euman euman at bellsouth.net