Snippets

Here is your code snippet

Code


Length of a string

Get the length of a string with ASP

<% Dim String String = "mystring" Len(string) %>