string$ = "12345" numeric = val(string$) numeric = numeric + 1 string$ = str$(numeric) print string$