Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>chrfound() - test if all chars in str1 are in str2</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     chrfound() - test if all chars in str1 are in str2
  Usage:    <logical> = chrfound(<chars>,<string>)
  Params:   string <chars> - the characters to search for
            string <string> - the string to search in
  Returns:  logical .T. if all the characters in the string <chars>
            are found in the string <string>

 ---------------------------------- Example ---------------------------------

                 ? chrfound("ABC","BBDSGHABDSJC")
                 * prints .T.

                 ? chrfound("aBC","DAEFGH")
                 * prints .F.


See Also: chrcount() encrypt() decrypt() chrswap()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson