codice:
<%
str = "ciao marco"
str_cut = mid(str, 2, len(str)-1)
response.write(str_cut)
%>
Roby