[ExtensionOf(classStr(Global))] final static class Global_BI_KSA_EInvoice_D365Integration_Extension { static TempStr numeralsToTxt_AR(real _num) { // real numOfPennies = decround(frac(_num), 2); int numOfPennies = real2int(decround(frac(_num) * 100, 0)); real test = abs(_num - frac(_num)); str zero; str comma; str and; str cent; int numOfTenths; str 20 ones[19], tenths[9], hundreds, thousands, millions, billions, trillions; int64 temp; str 200 returntxt; ...