xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CharNoList()

Returns a string containing all characters not included in a string.

Syntax

CharNoList( [<cString>] ) --> cNotInString

Arguments

<cString>
This is an optional character string to process. It defaults to a null string ("").

Return

The function returns a character string holding all characters from Chr(0) to Chr(255) not included in the input string. If the function is called without parameter, the returned string contains all 256 ASCII characters.

Info

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


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