Tuesday, August 31, 2010

Visual Basic Math Function : Oct

Purpose : The Oct function returns a variant or string that represents the supplied numeric expression in octal notation (base8)

Syntax :
Oct ( numExpression )

numExpression : Numeric expression to be converted to octal notation.

strOctal = Oct ( 100 )

No comments:

Post a Comment