Created On: 11/24/2004 10:06:00 AM You may use this function to divide a secified number of characters from a string. This function takes two arguments, one is starting character posion and length of characters. If You may use only one argument, function returns only the start position to the end of the string. example : Dim String String = MID("Hello World", 4) |