Function CtoBit() Foundation
Converts a string to an integer
CtoBit( <cString> , ;
<cBitPattern> ;
) --> nInteger
The function searches each character of <cString> in <cBitPattern>. If a character is found the bit at the corresponding position of the return value is set to 1.
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.