xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CharOdd()

Extracts characters at odd positions from a string.

Syntax

CharOdd( <cString> ) --> cResult

Arguments

<cString>
This is the character string to process.

Return

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe