Changeset 355 for trunk/Include/com/decimal.ab
- Timestamp:
- Oct 13, 2007, 2:11:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/com/decimal.ab
r335 r355 15 15 Sub Decimal(d As Decimal) 16 16 ' dec = d なぜかコンパイルできない 17 memcpy(VarPtr(dec), VarPtr(d.dec), Len(dec)) 18 End Sub 19 20 Sub Decimal(ByRef d As DECIMAL) 17 21 memcpy(VarPtr(dec), VarPtr(d), Len(dec)) 18 22 End Sub … … 340 344 341 345 Const Function ToVariant() As Variant 342 Return New Variant( dec)346 Return New Variant(This) 343 347 End Function 344 348
Note:
See TracChangeset
for help on using the changeset viewer.