Help Center

DWSTRING.Operator *operator

One * returns the address of the `DWSTRING` buffer.<br> Two ** returns the address of the start of the string data.

String ManagementoperatorDWSTRING.incdoc-orphan
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 dws AS DWSTRING) AS WSTRING PTR

Description

Dereferences the DWSTRING.
One * returns the address of the DWSTRING buffer.
Two ** returns the address of the start of the string data.

Reference

  • Include file DWSTRING.inc
  • Documented in String Management/DWSTRING Class.md
  • Topic: DWSTRING Class