If Val = strtoint(ValueSearch.text) then // If Value is right Add Address to CT
CheatTable.items.add(CurrentAddress.caption);
Stop:=strtoint('$'+StopAddress.text);
if Address < Stop then begin
Address:=Address+1; // <<<<<<<<<<<< the problem should be here ... even if i set $1 i get the same problem
CurrentAddress.caption:=inttostr(Address);
end else
Search.enabled:=false;
not sure, but maybe you should have one variable for the number '123' and one for the '$25235' because i dont know if adding 1 and $2 would equal 3, or even $3, just a guess though _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum