Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Len

Function that returns the number of characters in a string.


<%
function CharNum(String)
  CharNum = len(String)
end function

String = "Hello world !"
response.write "The string is " & CharNum(String) & " characters long."
%>


Download code...


Print this page


 

Inizio pagina

risorse per webmaster