Please somebody help me, what does this :
"[text1]%[flags][width][.precision]f[text2]" from digits...

if [flags] = Optional one or more of the following characters:
- = Left align the number within the given field width. Default: Right align."


how i use the "-" thing? i have this:
digits(-90,26,\"%-5.fMessages\",font_arial_14,1,stat_2);
digits(-90,37\"%0.f Notifications\",font_arial_14,1,stat_2);

and they display the same text in the same way, and position, so its not working i assume?