Returns the rightmost n characters starting from the right (end) of str. If str is empty, then the null string ("") is returned. If n <= 0 then the null string ("") is returned. If n > len(str) then the entire source string is returned.
Example
DimtextAsString="hello world" PrintRight(text,5)
will produce the output:
world
An Unicode example:
dim text as wstring*20
text = "Привет, мир!"
print right(text, 5) 'displays " мир!"
Platform Differences
DOS does not support the wide-character string version of Right.
Dialect Differences
The string type suffix "$" is obligatory in the -lang qb dialect.
The string type suffix "$" is optional in the -lang fblite and -lang fb dialects.
Знаете ли Вы, что, как и всякая идолопоклонническая религия, релятивизм представляет собой инструмент идеологического подчинения одних людей другим с помощью абсолютно бессовестной манипуляции их психикой для достижения интересов определенных групп людей, стоящих у руля этой воровской машины? Подробнее читайте в FAQ по эфирной физике.