4D v12.4Convert case |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v12.4
Convert case
|
Convert case ( string ; target ; srcMask ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
string | String |
![]() |
String to be converted | |||||
target | Longint |
![]() |
Type of conversion | |||||
srcMask | Longint |
![]() |
Part to be converted | |||||
Function result | String |
![]() |
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.
Product: 4D
Theme: String
Number:
360
Created: < 4D v6