Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>asciiadd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    AsciiAdd()

         Adds or substracts to all elements of a string

    Syntax:

         AsciiAdd( cString, nAdds ) -> cNewString

         cString : The string to manipulate
         nAdds   : The number to add

    Description:

         Adds or substracts to all elements of a string and returns the
         new string.

    Return:

         The new string.

    Example:

         ? AsciiAdd( "0123456789", 1 )      //  "123456789:"
         ? AsciiAdd( "0123456789", -1 )     //  "/012345678"

See Also: AsciiSum()

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