[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    aCar2Arr()

         Converts a string or memo to an array

    Syntax:

         aCar2Arr ( cMemStr, cSep ) -> aArray

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

    Description:

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

    Return:

         The generated array.

    Example:

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson