HB_ANSITOOEM()

HB_ANSITOOEM()

Convert a windows Character to a Dos based character

Syntax

      HB_ANSITOOEM( <cString> ) --> cDosString

Arguments

<cString> Windows ansi string to convert to DOS oem String

Returns

<cDosString> Dos based string

Description

This function converts each character in <cString> to the corresponding character in the MS-DOS (OEM) character set. The character expression <cString> should contain characters from the ANSI character set. If a character in <cString> doesn’t have a MS-DOS equivalent, the character is converted to a similar MS-DOS character.

Examples

      ? HB_OEMTOANSI( "Harbour" )

Compliance

Harbour

Platforms

Win

Files

Library is rtl

Seealso

HB_OEMTOANSI()

2 responses to “HB_ANSITOOEM()

  1. Pingback: Harbour All Functions – H | Viva Clipper !

  2. Pingback: OEM to ANSI | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.