var value : String = "1234"; value := IntToStr(StrToInt(value) + 1); PrintLn(value);