on 9/30/01 23:07, Elias at elias At archangel .DOT uk.com wrote:
> Hiya, > > I have to store a pointer which is a <= 4 digit HEX value. > > I am wondering what the fastest/most efficient (speed) method might be. > > Currently in a String with length = 4 > > I could convert back and forward, and store as an int instead... > > Any suggestions welcome :-)
Hi Elias,
4 digit 0xFFFF this is SHORT.
So storing it in VShort type is the best.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on At lists .DOT macserve.net ©2001 Ruslan Zasukhin |