Page 1 of 1

[Command] calculateRent

Posted: Thu Oct 28, 2021 5:58 pm
by Raddeck
calculateRent()


USE:
Calculate the rent for the current building.


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


EXAMPLE:

Code: Select all

    Rent = calculateRent()
    RentConverted = Rent.convertToLocalCurrency(true)
    "The rent of this property for commercial use is <RentConverted> per month, and the current tenant is not renewing. Lease it?"