Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>right$ substring at right</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RIGHT$                   Substring at Right

 RIGHT$(strexpr,n)

    Returns the rightmost n characters of a string.

     strexpr    A string expression.

           n    A numeric expression.

   ----------------------------------------------------------------------

      Notes:    If n is larger than LEN(strexpr), RIGHT$ returns all of
                strexpr.

                If n is 0, RIGHT$ returns a null string.

See Also: LEFT$ MID$ (Function)

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