[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  IsOem( cString )-> <lIsOem>
------------------------------------------------------------------------------


 PARAMETER:

  <cString> is the target string to examine


 RETURNS:

  <lIsAnsi> is TRUE if the string contains OEM characters


 DESCRIPTION:

  This function tries to examine if a given string contains characters from 
  MS-DOS character set and therefore is in the OEM Format. 
  This can be usefull to determine if a string has to be converted to ANSI


 EXAMPLE:


    +--------------------------------------------------------------+
    |  /* Convert large String */                                  |
    |   cData := MEMOREAD( "Readme.txt" )                          |
    |   IF( IsOEM( cData ))                                        |
    |       cData := OemToAnsi( cData )                            |
    |   ENDIF                                                      |
    |   MsgInfo( cData )                                           |
    +--------------------------------------------------------------+

 SOURCE:  

  SOURCE\WINAPI\OEMANSI.C



See Also: IsANSI AnsiToOem OemToAnsi
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson