xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CharRem()

Deletes specified characters from a string.

Syntax

CharRem( <cDelete>, <cString> ) --> cResult

Arguments

<cDelete>
This is a character string holding the list of characters to delete from <cString>.
<cString>
This is the character string to process.

Return

The function removes all characters contained in <cDelete> from the input string <cString> and returns the result.

Info

See also:CharOne(), CharOnly()
Category: CT:String manipulation , Character functions
Source:ct\charonly.c
LIB:xhb.lib
DLL:xhbdll.dll


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