BBjString::substring
Description
In BBj 7.00 and higher, this method returns a string that is a substring of this string. The substring begins with the character at the specified index and extends to the end of this string.
Examples:
Syntax
|
Return Value |
Method |
|---|---|
|
String |
substring(int beginIndex) substring(int beginIndex, int endIndex) |
Parameters
|
Variable |
Description |
|---|---|
|
beginIndex |
The begin index, inclusive. |
|
endIndex |
The end index, exclusive. |
Return Value
Returns the specified substring.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.