Do someone know if there are Financial and Mathematical function libraries that can be used in ABL ?
The pmt function is needed.
There is no such thing in the ABL.
There seems to be something written in VB .NET, which you could probably use from the ABL if you are working on a Windows system. Though it takes optional parameters that we do not support from the ABL. I assume you could pass the default value for those.
If you have access to the .net framework, you can use the System.Math class.
docs.microsoft.com/.../system.math
Then use this for the PMT function
superuser.com/.../what-would-be-the-the-mathematical-equivalent-of-this-excel-formula-pmt
Hello,
Thank you.
The problem Is that this needs to run in a Red Hat linux server. It does not have gui, only command line.
Hello,
Thank you.
The problem Is that this needs to run in a Red Hat linux server. It does not have gui, only command line.