|
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
|
|
60.
|
|
|
Get length
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__LENGTH
|
|
61.
|
|
|
Word-wrap A at B characters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__WORDWRAP
|
|
62.
|
|
|
Tidily truncate A to B left-most characters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__TRUNCATE_LEFT
|
|
63.
|
|
|
Tidily truncate A to B characters (chop middle)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]FORMATTING_SYMBOL__TRUNCATE_SPREAD
|
|
64.
|
|
|
Maximum between two numbers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]ARITHMETICAL_SYMBOL__MAX
|
|
65.
|
|
|
Minimum between two numbers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]ARITHMETICAL_SYMBOL__MIN
|
|
66.
|
|
|
Remainder from integer division
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]ARITHMETICAL_SYMBOL__REM
|
|
67.
|
|
|
Integer division
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]ARITHMETICAL_SYMBOL__DIV
|