Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

Feedback

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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents