Page 1 of 1

[Command] calculateWages

Posted: Thu Oct 28, 2021 6:03 pm
by Raddeck
calculateWages()


USE:
Calculate the wages for the current building.


TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRent, calculateRevenue, calculateExpenses


EXAMPLE:

Code: Select all

    Wages = calculateWages()
    WagesC = Wages.convertToLocalCurrency(true)
    "Wages for all employees total around <WagesC>."