[Command] calculateRevenue
Posted: Thu Oct 28, 2021 6:00 pm
calculateRevenue()
USE:
Calculate the revenue for the current building.
TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRent, calculateWages, calculateExpenses
EXAMPLE:
USE:
Calculate the revenue for the current building.
TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRent, calculateWages, calculateExpenses
EXAMPLE:
Code: Select all
Revenue = calculateRevenue()
RevenueC = Revenue.convertToLocalCurrency(true)
"Estimated gross revenue for this month is <RevenueC>."