|
||||||||||
RLWD Web Services |
ASP Len Length Function |
|||||||||
| ASP Functions lCase uCase isDate isNumeric Left, Mid, Right Len (Length) Replace Trim Response.Redirect Response.Write Month, Day, Year Date, Time, Now Hour, Minute, Second MonthName Weekday WeekdayName |
Sponsored Links The ASP Len() function is used to find the length of a string or the length of the contents of a variable. Len Function Arguments String or variable to be tested ASP Coding for Len Length Function <% sTxtString = "I am happy!" Length = Len(sTxtString) Response.Write Length %> Result 11 ASP Coding for Len Length Function <% sTxtString = "I am happy!" If Len(sTxtString) > 5 Then Response.Write sTxtString %> Result I am happy! |
Web Programming asp 301 redirect asp characters chr() asp functions html tags javascripts metric conversion unix commands |
||||||||
ReaLife WebDesigns / 310.371.3275 |
||||||||||