| Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
Creates an OraNumber object. This OraNumber represents an Oracle NUMBER data type.
OraNumber = OraSession.CreateOraNumber(inital_value, format)
The arguments for the method are:
| Arguments | Description | 
|---|---|
| initial_value | Initial value of OraNumber. AVariantof typeOraNumber, string or a numeric value. | 
| format[optional] | Format string to be used when displaying OraNumbervalue. | 
For more information about format strings, see the format property on the OraNumber object.