BBjString::codePointBefore
Description
In BBj 7.0 and higher, this method r eturns the character (Unicode code point) before the specified index. The index refers to char values (Unicode code units) and ranges from 1 to BBjString::length().
Syntax
Return Value |
Method |
---|---|
int |
codePointBefore(int index) |
Parameters
Variable |
Description |
---|---|
index |
The index following the code point that should be returned. |
Return Value
Returns the Unicode code point value before the given index.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.