| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Returns a string containing all characters not included in a string.
CharNoList( [<cString>] ) --> cNotInString
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.
| See also: | CharList(), CharOne(), CharSList(), CharSort() |
| Category: | CT:String manipulation , Character functions |
| Source: | ct\charlist.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com