TsDBGrid – function IsDigids Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 6, 2016 at 9:17 pm #37228 Stephane SenecalParticipant In the unit acDBGrid, there is a function IsDigids. This function scan a string to check if all characters are numerical. The problem is that it does a for loop from 0 to length – 1. Strings in Delphi starts at 1. It should be “for i := 1 to Length(Value) do” P.S. it's a digiT not a digiD Thank you Stephane Senecal CIS Group Delphi programmer since 2001 December 8, 2016 at 4:54 pm #55854 SupportKeymaster You are right, thank you. This code will be changed in the nearest v11.22 release. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting