Hi Chao,
I have installed RBD V9.1.1 and imported your project.
I invoked content assist and it works fine for me.
stand alone:
monthlyAmount = CommonFunctions.<ctrl+space>
monthlyAmount = CommonFunctions.monthlyPayment(principal, rate, years)
library:
monthlyAmount = CommonFunctions.<ctrl+space>
monthlyAmount = CommonFunctions.monthlyPayment(principal, rate, years)
regards,
Hsieh
Hsieh