BASE

Converts a positive integer to a specified base into a text from the numbering system. The digits 0-9 and the letters A-Z are used.

Sintaksa

BASE(Number; Radix [; MinimumLength])

Broj je broj koji ce biti konvertovan

Radix indicates the base of the numeral system. It may be any positive integer between 2 and 36.

MinimumLength (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string.

Primjer

=OCT2HEX(144; 4) vraća tekstualni niz 0064.

=OCT2HEX(144; 4) vraća tekstualni niz 0064.

=OCT2HEX(144; 4) vraća tekstualni niz 0064.

Please support us!