Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2119-standardlibrary-stringoperations-cstring-cstringright.md
T
2026-06-23 21:47:51 +08:00

231 B

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.