Hello Members, onceagain i have come up with handy extension (helpful for Indian users) to convert the sequance number into Indian Currency System along with desired symbol
Blocks part
price - String value;
symbol - int value;
If symbol =1, it will return ₹ + price
If symbol=2, it will return as Rs. + price
If symbol =3, it will return INR. + price
Usage:
Extension V1 IndianMoneyFormatter(1).aix (5.6 KB)
Extension V2 CurrencyFormatter.aix (6.2 KB)
If you like just hit like button to encourage me
(In next version, other countries currency format will be released)