![]() ![]() |
|||||
|
|
DOWNLOAD To view this script, click the button below. Your browser should show you the script in your browser window. Copy and paste that script into ToolBook. |
|
|||
| Syntax |
midString(<string>,<startPos>,<numChars>) |
||||
| Parameters |
<string> A reference to a string value. <startPos> Starting character position. <numChars> The number of characters to return. |
||||
| Returns |
Returns the first character or
characters in a text string, based on the number of characters you specify
as well as the starting position you specify. |
||||
| Sample |
searchString =
"JOHN..........DOE.........24..MALE" age = midString(searchString,27,2) |
||||