<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I've tended to use ShortInt and SmallInt rather 
than Integer to not waste&nbsp;memory when values are never going to 
exceed&nbsp;their maximum, but I read somewhere that Integer should be used when 
possible for speed purposes.</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've&nbsp;found it slightly useful when reading the 
source to know that a particular&nbsp;variable doesn't ever exceed 127 or 
32767.</FONT></DIV></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What sort of speed differences are we talking 
about?&nbsp; Is it worth doing a global find/replace?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT color=#000000>Cheers,</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT color=#000000>Ross 
Levis.</FONT></FONT></DIV></BODY></HTML>