اس کنٹرول میں ترمیم کرنے سے یہ صفحہ آٹومیٹک طریقے سے اپڈیٹ ہو جائے گا

DEC2OCT

The DEC2OCT function converts a decimal number to the corresponding octal number.

DEC2OCT(decimal-string, convert-length)

decimal-string: The string value representing the number to be converted. decimal-string must contain only the numbers 0 to 9.

convert-length: An optional number value specifying the minimum length of the number returned. convert-length must be in the range 1 to 16. If convert-length is omitted, it is assumed to be 1. If it is included, the number returned is padded with leading zeros, if necessary, so that it is at least the length specified by convert-length.

Notes

Examples

=DEC2OCT(100) returns 144.

=DEC2OCT("1001",5) returns 01751.

=DEC2OCT(-100) returns 37777777634.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
مددگار؟
حروف کی حد: 250
حروف کی زیادہ سے زیادہ حد 250 ہے۔
آپ کے تاثرات کا شکریہ۔
Morty Proxy This is a proxified and sanitized view of the page, visit original site.