<% Dim strLength strLength = "this is our text string" 'return the length of the string strLength Response.Write Len(strLength) response.Write "
" 'return the length of the string strLength in bytes Response.Write LenB(strLength) %>