![]() |
|
|
Mid VBScript functionsyntax: Mid(StringtoPullFrom, CharactertoStartWith, LengthofCharactersToPull) The Function will return the requested number of characters from
a string. Example: <%
String1="michael" Response.write Mid(String1,3,3) %> Result displayed on the screen would be: Other useful VBScript functions for Parsing String
Site developed by Michael Wall - Web Design Belfast N.Ireland. |
|