thank you very much for your help, I found a solution but it is not complete. I used this formula:
if
right(Totext({amount}),2)="00"
then
uppercase(ToWords({amount},0))+" "+"Only"
else
uppercase(ToWords({amount},0))+" AND "+uppercase(ToWords(tonumber(right(Totext({amount}),2)),0))+" "+"Paisa Only"
the resultat of this numbre 1186,86 is: THOUSAND ONE HUNDRED NINETY-SEVEN AND NINETY-SIX Paisa Only how can I correct this error, how can I convert it as it is, thank you in advance