Navigation:  Classes > bArrayServer >

bArrayServer:IsAnsi()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the ANSI/OEM conversion of character set used in the server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:IsAnsi() Æ lAnsi

Return Value

lAnsiA logical value that indicates whether field values of the type string or memo are stored in the ANSI or OEM format.
TRUEANSI format
FALSEOEM format
Data Type:Logic

Description

MS Windows represents texts in the ANSI format. Texts that originate from DOS, are stored usually in the OEM format. With the access bArrayServer:IsAnsi() it can be determined whether the server converts text from OEM to ANSI format or whether these are already present in ANSI format.

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_isansi.htm