a$ = "software" PRINT a$ PRINT LEFT$(a$, 4) ' get left piece PRINT RIGHT$(a$, 4) ' get right piece