Hi there.. I have a quite basic problem here which I can't find the answare to since I don't know exactly what I'm looking for.. I want to check if a string is a valid integer value before doing an StrToInt(); to avoid the "not valid int value" error message. I tried adding try, except, finally, but that diddn't remove the message..