Hi All,<br><br>I'm getting an error message with inttostr() function & strtoint() function giving me an error message (identifier not found). Which unit do I need to include to make these messages go away?<br><br>      showmessage( 'Error [index(es) out of range]:' + #13 +<br>
// line 174 below<br>                   'current_x = ' + inttostr( current_x ) + #13 +<br>                   'current_y = ' + inttostr( current_y ) + #13 +<br>                   'new_direction = ' + inttostr( new_direction) + #13 +<br>
                   'old_direction = ' + inttostr( old_direction) );     <br clear="all"><br>Unit1.pas(174,45) Error: Identifier not found "inttostr"<br>Unit1.pas(175,45) Error: Identifier not found "inttostr"<br>
Unit1.pas(176,49) Error: Identifier not found "inttostr"<br>Unit1.pas(177,49) Error: Identifier not found "inttostr"<br>Unit1.pas(269,33) Error: Identifier not found "inttostr"<br>Unit1.pas(270,33) Error: Identifier not found "inttostr"<br>
Unit1.pas(274,26) Error: Identifier not found "strtoint"<br>Unit1.pas(280,26) Error: Identifier not found "strtoint"<br>Unit1.pas(307) Fatal: There were 8 errors compiling module, stopping<br><br>Regards,<br>
            PEW  ;-)))<br><br>-- <br>Fond Regards,<br>Peter Eric (aka 'pew') WILLIAMS <br>from Hobart, Tasmania, Australia -- phone (03) 6236-9675<br><br>My free website is: <a href="http://pewtas.googlepages.com">http://pewtas.googlepages.com</a>  (or) <a href="http://tinyurl.com/yuyejs">http://tinyurl.com/yuyejs</a><br>
<br>(please visit my free website and let me know what you think about it.)<br>