![]() ![]() |
|||||
|
|
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 |
leftString(<string>,<numChars>) |
||||
| Parameters |
<string> A reference to a string value. <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. |
||||
| Sample |
startVal = leftString(text of
field "foo",2) isMR = (leftString(userName,2) = "MR") |
||||