Topic: format function
if a possible with tipper create format of numeric value?
example for 57000 display as 57 000
You are not logged in. Please login or register.
Pages 1
if a possible with tipper create format of numeric value?
example for 57000 display as 57 000
I wrote plugin (now in testing) and try create a items for tooltip. I see this: http://img693.imageshack.us/i/58614228.png/ As you see numeric values are badly readable.
Whether therefore I have asked there are built in possibilities at TipperYM for formatting.
(may be hidden features) can. It was not the offer to make - question only.
Sorry for bad english 
You may use Variables for such thing.
Example:
?puts(n,?if2(?dbsetting(%subject%,DBMODULE,DBKEY),))
?puts(l,?len(?get(n)))
?for(,?greater(?get(l),3),?puts(n,?insert(?get(n), ,?sub(?get(l),3)))?puts(l,?sub(?get(l),3)),)
?get(n)DBMODULE - module name of the setting
DBKEY - name of the setting you want to display
Pages 1
Powered by PunBB, supported by Informer Technologies, Inc.