<%
Option Explicit
Dim StringToChop
StringToChop = "Nowy Meksyk"
Response.Write Left(StringToChop, 4)
%>
