Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

RIGHT()

Extract the rightmost substring of a character expression
---------------------------------------------------------------------------------

 Syntax

        SUBSTR(<cString>,<nPos>) --> <cReturn>  

 Arguments

        <cString>   Character expression to be parsed      

        <nPos>      Number of bytes to return beggining at the 
                  rightmost position

 Returns

        <cReturn>    Substring of evaluation    

 Description

      This functions returns the rightmost <nPos> characters of <cString>.

 Examples

      ? QOUT(RIGHT('HELLO HARBOUR',5))
  

Status

      Ready

 Compliance

      This functions is CA CLIPPER compatible

 Platforms

      All

 Files

      Library is rtl



See Also: SUBSTR() LEFT() AT() RAT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson