How to make Ex. 10.000 to be 10k / or 1.000.000 to 1M

is there easy way to make this, or if theres a BP that count number of digits inside (Float, Integer) ?

All i need is to make :
Ex. 100 to be shown as 100$
Ex. 10,000 to be shown as 10k
Ex. 1.000.000 to be shown as 1M
Ex. 1.000.000.000 to be shown 1T
and so on … Thanks in advance !

There isn’t one as far as I know. But string and text formatting is supported so you can write your own neat functions that preformat and output fancy $ £ ks and Ts.