Function CharNOT() Foundation
Binary complements the ASCII codes of all characters in a string.
CharNOT( <cString> ;
) --> cResultString
Returns a string whose characters are the result of NOTing the ASCII code of each character of the passed string (the binary complement).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.