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

         Returns a string with the even bytes of another string

    Syntax:

         CharEven( cString ) -> cNew

         cString : The string to manipulate

    Description:

         Returns a string with the even bytes of the specified string.

    Return:

         The new string.

    Example:

         ? CharEven( "1234567890" )   // "24680"

See Also: CharMix() CharOdd()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson