AfxStrReversefunction
Reverses the contents of a string expression.
Syntax
FUNCTION AfxStrReverse (BYREF wszMainStr AS CONST WSTRING) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
wszMainStr | The string to be reversed. |
Description
Reverses the contents of a string expression.
Example
DIM dws AS DWSTRING = AfxStrReverse("garden") ' Returns "nedrag"
Reference
- Include file
AfxStr.inc - Defined in AfxNova/AfxStr.inc:383
- Documented in String Management/String Procedures.md
- Topic: String Procedures