4D v12.4

Convert case

Home

 
4D v12.4
Convert case

 

Convert case 


 

Convert case ( string ; target ; srcMask ) -> Function result 
Parameter Type   Description
string  String in String to be converted
target  Longint in Type of conversion
srcMask  Longint in Part to be converted
Function result  String in Converted string

This command meets very specific needs related to non-Roman character sets. Its use is very limited.

The Convert case command calls the TransliterateText function of the Apple Script Manager directly, which permits the conversion of text into different subvariants on non-Roman systems. For a complete description of this function, please refer to the following address:
http://developer.apple.com/documentation/mac/Text/Text-402.html

The parameters of this command correspond to those of the TransliterateText function. Note that 4D uses the smSystemScript scriptCode.

 
PROPERTIES 

Product: 4D
Theme: String
Number: 360

This command is deprecated and should not be used anymore

 
HISTORY 

Created: < 4D v6