Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing the max integer limit.
#6
e.g.,

DIM variable AS DOUBLE

Then you can do things like

variable = 1.356291D200

For SINGLE, just change the "DOUBLE" to "SINGLE" (but SINGLE is the default variable type you get if you don't DIM them as something else or use one of the type suffixes ("!" for SINGLE, "&" for LONG, "%" for INTEGER, "#" for DOUBLE, and "$" for a string). However, with SINGLE precision numbers, the largest value is somewhere around 1E38 (10^38).
ravelling Curmudgeon
(geocities sites require copying and pasting URLs.)
I liked spam better when it was something that came in a can.
Windows should be defenestrated.
Reply


Messages In This Thread
Changing the max integer limit. - by Arukas - 05-10-2003, 02:45 AM
If you use LONG integers... - by Glenn - 05-10-2003, 04:04 AM
Changing the max integer limit. - by oracle - 05-10-2003, 05:21 AM
Re: If you use LONG integers... - by Arukas - 05-10-2003, 06:56 AM
Changing the max integer limit. - by na_th_an - 05-10-2003, 06:58 AM
Well, DOUBLE is the same as any other variable type... - by Glenn - 05-10-2003, 07:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)