2
votes

Try to print index in popup of showmessage gives an compile time error.

[dcc32 Error] Unit.pas(57): E2003 Undeclared identifier: 'IntToStr' 

In my code I am using ShowMessage(IntToStr(J)); J is an integer.

1

1 Answers

5
votes

You have to add the SysUtils unit to your calling unit's uses clause.