Page 1 of 1

[Command] calculateRevenue

Posted: Thu Oct 28, 2021 6:00 pm
by Raddeck
calculateRevenue()


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>."