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"