' [RC] Increment a numerical string. o$ ="12345" print o$ v =val( o$) o$ =str$( v +1) print o$ end