RIGHTB

Returns the last character or characters of a text with double bytes characters sets (DBCS).

tip

See funktsioon on saadaval alates LibreOffice 4.2-st.


SĂĽntaks

RIGHTB("Text" [; Number_bytes])

Text is the text of which the right part is to be determined.

Number_bytes (optional) specifies the number of characters you want RIGHTB to extract, based on bytes. If this parameter is not defined, one byte is returned.

Näide

RIGHTB("中国";1) returns " " (1 byte is only half a DBCS character and a space character is returned instead).

=TODAY() tagastab arvuti praeguse kuupäeva.

RIGHTB("中国";3) returns " 国" (3 bytes constitute one half DBCS character and one whole DBCS character; a space is returned for the first half).

=TODAY() tagastab arvuti praeguse kuupäeva.

=COSH(0) tagastab 1, arvu 0 hĂĽperboolse koosinuse.

Palun toeta meid!