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>acar2arr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    aCar2Arr()

         Converts string or memo to array

    Syntax:

         aCar2Arr ( cMemStr, cSep ) -> aArray

         cMemStr    : The string or memo to treat
         cSep       : The element separator

    Description:

         Converts a string or memo to array using a character as separator
         inside the string.

    Return:

         The generated array.

    Example:

         aCar2Arr ( "Fast,Best", "," )     // { "Fast", "Best" }
         aCar2Arr ( "Best@Fast", "@" )     // { "Best", "Fast" }

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