Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Value (OraNumber) Property

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.
Usage

string = OraNumber.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


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents