Function to extract a certain number of characters from th middle of a string.
<% MidString = Mid( String, startPosition, numberOfChars) %>
Download code...
Print this page