If someone can help, could you please e-mail me at ma...@softstuf.com.
Thanks,
Maria
>Could someone please tell me the byte size of an integer in Delphi 3.0.
Try
SizeOf(Integer)
and come up with "4".
>The help gives me two sizes for an integer, 2 bytes and four bytes.
Where?
--
Stefan Hoffmeister (TeamB) http://www.econos.de/
Please do apply judgement when sending email.
This stuff meant more when we were operating on 8 bit machines and having to
do special coding to handle 16 bit information and REALLY special coding to
handle larger stuff!
Hope this helps. It may not be entirely correct (since it IS compiler
dependent), but it should give you a better feel for size.
Steve
--
Fix my email address to reply directly.
Stefan Hoffmeister (TeamB) wrote in message
<377659c6...@forums.inprise.com>...