#Trying to show specific digits of purse
1 messages · Page 1 of 1 (latest)
add 0 to {_n}
set {_s::*} to split "k,M,B,T,Q,QI,S,Sp,O,N,D,U,Du,Td,Qa,Qi,Sx" at ","
set {_div} to floor(log(max(abs({_n}), 1), 1000))
return "%{_n} / (1000 ^ {_div})%%{_s::%{_div}%} ? ""%"```
Incase you need something more efficient,
You would do:
`format(%{purse::%{_p}'s uuid%}%)`
No it doesnt?