Hey
I want to know if it is possible to change the format of the digits while running.
I have a Panel that shows item amounts with 14 digit elements on it.
now i want it that way that if there are actual more than zero items of one kind that the digits will be shown. if not, they shouldn't.
to solve this i wanted to change the format of the digits.
if there are more than zero items the format should be something like "%02.0f"; if not it should be just "" or something like this, so that the numbers are invisible.
Is this even possible?
pan_setvar didn't help me.
greetings