BBjString::charAt
Description
In BBj 7.0 and higher, this method returns the char value at the specified index. An index ranges from 0 to BBjString::length() - 1. The first char value of the sequence is at index 0, the next at index 1, and so on, as for array indexing.
Syntax
Return Value |
Method |
---|---|
char |
charAt(int index) |
Parameters
Variable |
Description |
---|---|
index |
The index of the char value. |
Return Value
Returns the char value at the specified index of this string. The first char value is at index 0.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.