Lists the string functions available for use in the Newlook development environment.
Function |
Description |
Return the ASCII code of a character. |
|
Return a character from an ASCII code. |
|
Return a centered string. |
|
Formats a numeric expression and returns it as a string. |
|
Find the index of the first occurrence of a string within another. |
|
Convert a string to lower case. |
|
Return the left-most portion of a string. |
|
Return the length of a string. |
|
Left aligns a string within a fixed width. |
|
Trim characters from the left side of a string. |
|
Return the middle portion (sub-string) of a string. |
|
Replace a sub-string with another string. |
|
Return the right-most portion of a string. |
|
Right-aligns a string within a fixed width. |
|
Trim characters from the right side of a string. |
|
Return a fixed-length string containing spaces. |
|
Fills a fixed-length string with a repeated sub-string. |
|
Convert a string to “title” case. |
|
Trim characters from both sides of a string. |
|
Return the number of items in an array expression. |
|
Converts string to upper case. |
Functions are specifically for use in the Macro Editor. Refer to Microsoft's official VB and JScript documentation for scripting equivalents.
Conversion functions | Date and Time functions | Inspection functions | International functions | Math functions | Program flow functions | System functions | Functions
© 2004-2021 looksoftware. All rights reserved.