Function CountRight() Foundation

Counts a specified character at the end of a string.

Syntax
CountRight( <cString>                , ;  // Type:  C
            [<cCharacter|nASCIICode>]  ;  // Type: CN   Default: Chr(32)
          ) --> nCount
Return

Returns the number of times the character <cCharacter|nASCIICode> is found consecutively at the end of string <cString>.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.