Re: String or Numeric Variable?
- From: "Mike Williams" <Mike@xxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 21:26:00 +0100
"ProfitMaxTrading.com" <nospam@xxxxxxxxxx> wrote in message
news:pqv8f.3654$LR1.908@xxxxxxxxxxxxx
> But you mentioned LONG as opposed to BYTE or INTEGER.
> Are you saying that a LONG type is better for even single-digit
> numbers used for nothing more than comparisons (as opposed
> to having math performed on them) than a BYTE or INTEGER
I think perhaps I was going a bit over the top there. I just meant that in
general Longs are faster than Bytes (on 32 bit systems such as current
versions of Windows). There isn't much in it though. I think the last time I
checked I found that math operations on Longs were approximately 50 per cent
faster than on Bytes. But both of them are so quick really that it isn't
worth worrying about.
Mike
.
- References:
- String or Numeric Variable?
- From: ProfitMaxTrading.com
- Re: String or Numeric Variable?
- From: ProfitMaxTrading.com
- String or Numeric Variable?
- Prev by Date: Re: String or Numeric Variable?
- Next by Date: Deploying a DHTML app
- Previous by thread: Re: String or Numeric Variable?
- Next by thread: Re: String or Numeric Variable?
- Index(es):