|
50.
|
|
|
Whether A equals B
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]LOGICAL_SYMBOL__EQ
|
|
51.
|
|
|
Whether A is not equal to B
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]LOGICAL_SYMBOL__NEQ
|
|
52.
|
|
|
Whether A is less than B
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]LOGICAL_SYMBOL__LT
|
|
53.
|
|
|
Whether A is greater than B
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]LOGICAL_SYMBOL__GT
|
|
54.
|
|
|
Make each word upper case
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__WCASE
|
|
55.
|
|
|
Make lower case
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__LCASE
|
|
56.
|
|
|
Make upper case
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__UCASE
|
|
57.
|
|
|
Replace A with B in C
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__REPLACE
|
|
58.
|
|
|
Get the Bth character of A
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__AT
|
|
59.
|
|
|
In A, from position B, get a run of C characters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__SUBSTR
|