hello
im trying to figure out , how to align this string
digits(-100,15,\"%-5.f Messages \",font_arial_14,1,stat_2);
what i want it so show:
ex: 20 messages
100 messages
10000 messages
and not
20 messages
100 messages
10000 messages
what is the format to align the number to the left side, and then the trail message string.
From the manual a tried the flag -, and the width of 5 as you see, but.. it is not working.. because when the number increase the message text will move to the right.
thanks