Manuals/calci/DEC2OCT

From ZCubes Wiki
Revision as of 21:33, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''DEC2OCT'''(SomeNumber, NumberPlaces) where, '''SomeNumber''' - is the decimal number. '''NumberPlaces''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DEC2OCT(SomeNumber, NumberPlaces)

where,

SomeNumber - is the decimal number.

NumberPlaces - is the number of characters.If omitted then it use minimum number of characters.NumberPlace is use for adding to return value with leading zeros.


Calci converts a decimal number to octal.


If SomeNumber and NumberPlaces are non-numeric, DEC2BIN returns the#ERROR.

If the NumberPlaces is a negative, it returns the #ERROR.

If NumberPlaces > LengthofSomeNumber then  returns #ERROR.


DEC2OCT


Lets see an example in (Column1, Row1)

=DEC2OCT(68,3)

DEC2OCT converts 68 to 104 upto 3 charcacters.


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 104
Row2
Row3
Row4
Row5
Row6