Topic complex |
String functions |
Function |
ansitooem() |
Short |
Converts a string from ANSI to ASCII |
Syntax |
AnsiToOem(Zeichenkette: String): String |
Parameter |
str : any string |
Return |
From ANSI to ASCII converted string |
See also: |
|
Description |
Converts a string from ANSI- (Windows-) character set into OEM- (DOS-) character set and affords that as result. The function is needed, if you read text from a Windows-file and process it with the tdbengine.
Example
Here a string is read from a Windows text file and written into the name field of the costumer file:
|