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"