Popular Articles | Latest Articles | Categories | RSS Feeds

Login  |  Register

VBScript Functions The Len Function

Published on 9/10/2008 by Site Editor
 Vote this tutorial:

More articles in ASP

In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.







The Len() Function






<%

    dim strString
    strString = trim(request.Form("strString"))
   
    Response.Write "Length of string is : " & Len(strString)
   
%>



Happy Coding !

Comments:
no comments submitted


Only members can write comments.Please, login / register to write comment.

Latest Posts

Active News Manager - news management system



ASP.NET Resources, Reviews

ASP Resources, Reviews

PHP, ASP, .NET, JSP Resources, Reviews




Who's online

  • There 126 online users.

ASP.NET Resources, Reviews

ASP Resources, Reviews

PHP, ASP, .NET, JSP Resources, Reviews

Hotscripts.com Free Photoshop, Flash and 3DS MAX tutorials