Function CtoBit() Foundation

Converts a string to an integer

Syntax
CtoBit( <cString>    , ;
        <cBitPattern>  ;
      ) --> nInteger
Description

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.

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.