Next: 3.4.6 DATE type
Up: 3.4 Type Conversion
Previous: 3.4.4 Arrays and Tables
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
3.4.5 CURRENCY type
The CURRENCY values are converted to Lua as numbers. When converting a value to COM where a CURRENCY is expected, LuaCOM accepts both numbers and strings formatted using the current locale for currency values. Notice that this is highly dependent on the configuration and LuaCOM just uses the VARIANT conversion functions.
Fabio Mascarenhas de Queiroz 2005-01-07