The Oct function returns a string that represents the octal value of the specified value.
Syntax | ||||
Oct(Value) | ||||
Return value | ||||
Type |
Description | |||
String |
Octal representation of value | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Value |
Double |
ByVal |
Value for determining the octal value. |
If Value is not an integer, the function rounds the value to the next integer before evaluation.