Die Bascom-Hilfe ist dein Freund.

out_str = Mid("1234",2,3) oder
out_str = Mid("1234",2)
out_str = Right("1234",3)

Gruß

Rolf