1

Topic: format function

if a possible with tipper create format of numeric value?
example for 57000 display as 57 000

2

Re: format function

Is there any good reason for that? Except minimal visual changes...

http://online.miranda-easy.net/cz.jpg  http://s.miranda-vi.org/myvi.png

3

Re: format function

It was simply the question default/smile

4

Re: format function

I am open to all feature requests and ideas but they have to be well-founded default/wink

http://online.miranda-easy.net/cz.jpg  http://s.miranda-vi.org/myvi.png

5

Re: format function

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. default/smile

Sorry for bad english default/scratch

6

Re: format function

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

http://online.miranda-easy.net/cz.jpg  http://s.miranda-vi.org/myvi.png