Data-Type:

Description:

Money

Variables which hold money.  Internally Money variables are stored in the same way as a floating point variables. Money variables are printed differently and show in the debugger with different formatting.

 

Example:

'  Money TYPE example
VARIABLES: NumberIs TYPE: Money
 
'  Calculate two numbers
NumberIs = 3.364 * 1.108
 
'  Send number results to Log Window
PRINT "NumberIs = ", NumberIs

Returns:

'  Log window shows
NumberIs =  3.727312000

 

Links:

 

See Also:

Data Group and Types

 


Edit Time: 4/14/2018 6:50:32 PM


Topic ID#: 424

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software