xHarbour Reference Documentation > Function Reference |
Extracts characters at even positions from a string.
CharEven( <cString> ) --> cResult
The function returns a string containing all characters at even positions in the input string <cString>. This is useful, for example, to extract the video bytes from a SaveScreen() string.
See also: | CharMix(), CharOdd(), 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