xHarbour Reference Documentation > Function Reference |
Extracts characters at odd positions from a string.
CharOdd( <cString> ) --> cResult
The function returns a string containing all characters at odd positions in the input string <cString>. This is useful, for example, to extract the visible, or textual, characters from a SaveScreen() string.
See also: | CharEven(), CharMix(), ScreenMix(), ScreenStr(), StrScreen() |
Category: | CT:String manipulation , Character functions , Screen functions |
Source: | ct\charevod.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com