Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
OraNumber Object
Description
When read, provides a string representation of the value of the OraNumber using the current format string. When set, accepts a variant of type String, OraNumber, or a numeric value. Read and write at runtime.
Arguments
[in] variantval |
A variant of type String, OraNumber, or a numeric value. |
OraNumber.Value = variantval
Remarks
If Value is set to a numeric type, such as a long, it is limited to the maximum precision Visual Basic provides for numerical values.
If the current format cannot be applied successfully to the value, an error will be raised. An error will also be raised if this property is set to a Variant value that cannot be converted to a number, such as a string of non numeric characters.
Data Type
Variant
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|