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

         Returns a string with the odd bytes of another string

    Syntax:

         CharOdd( cString ) -> cNew

         cString : The string to manipulate

    Description:

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

    Return:

         The new string.

    Example:

         ? CharOdd( "1234567890" )   // "13579"

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