DIM a$ DIM b$ a$ = "Basic is good -- C is better!" b$ = MID$(a$, 1, 13) a$ = MID$(a$, 17, LEN(a$)) ? b$ ? a$