DWStrReversefunction
Reverses the contents of a string expression.
Syntax
FUNCTION DWStrReverse (BYREF wszSourceString AS CONST WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszSourceString | The string to be reversed. |
Description
Reverses the contents of a string expression.
Example
DIM dws AS DWSTRING = DWStrReverse("garden") ' Output: "nedrag"
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:852
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures