Function CharNOT() Foundation

Binary complements the ASCII codes of all characters in a string.

Syntax
CharNOT( <cString> ;
       ) --> cResultString
Return

Returns a string whose characters are the result of NOTing the ASCII code of each character of the passed string (the binary complement).

Feedback

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.