CreateOraNumber Method
Description
Creates an OraNumber
object. This OraNumber
represents an Oracle NUMBER
data type.
Usage
OraNumber = OraSession.CreateOraNumber(inital_value, format)
Arguments
The arguments for the method are:
Remarks
For more information about format strings, see the format property on the OraNumber
object.