Microsoft® Visual Basic® Scripting Edition Mid Function |
| Language Reference |
|
Returns a specified number of characters from a string.
Mid(string, start[, length])
The Mid function syntax has these arguments:
Part Description string String expression from which characters are returned. If string contains Null, Null is returned. start Character position in string at which the part to be taken begins. If start is greater than the number of characters in string, Mid returns a zero-length string. length Number of characters to return. Ifb omitted or if there are fewer than length characters in the text (including the character at start), all characters from the start position to the end of the string are returned.
To determine the number of characters in string, use the Len function.
Note Another function (MidB) is provided for use with byte data contained in a string. Instead of specifying the number of characters, the arguments specify numbers of bytes.
file: /Techref/language/asp/vbs/vbscript/128.htm, 3KB, , updated: 2008/1/29 08:33, local time: 2024/11/5 08:37,
3.137.200.150:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/vbs/vbscript/128.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |