Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LONG INT
#1
Hello,

I am not sure if the "int" value is a long or not. I seem to have problems with large integer values. If it is not, could you add either a long integer type, or just make int a long type?

Thank you,

El Brooks
#2
int is 32 bit.
long is 64 bit (like __int64 or LARGE_INTEGER).
DECIMAL is even bigger.
#3
First, let me thank you for your reply.

Secondly, I must humbly apologize because I did not remember there being a "long" before and I went and reread the help documentation and it was right there.

Thank you,

El Brooks


Forum Jump:


Users browsing this thread: 1 Guest(s)