BSTRING.Operator *operator
One * returns the address of the `BSTRING` buffer.<br> Two ** returns the address of the start of the string data.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
OPERATOR * (BYREF bs AS BSTRING) AS WSTRING PTR
Description
Deferences the BSTRING.
One * returns the address of the underlying BSTR handle (same as STRPTR).
Two ** returns the address of the start of the string data (same as *STRPTR).
Reference
- Include file
BSTRING.inc - Documented in String Management/BSTRING Class.md
- Topic: BSTRING Class