Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2119-standardlibrary-stringoperations-cstring-cstringright.md
T

21 lines
231 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Right
Gets a substring of a specified length from the end of a string.
```
string  Right(
   uint  count      // length
   )
```
Parameters
count
[in]  Substring length.
Return Value
Resulted substring.