i want display the cpu-usage in an infobar without decimals. Let's
assume the cpu-usage is 32.1.

If i use *Info expr(GetSystemPerformanceData.Get_CPU_Usage)% the value
is displayed like this 32.1% (with decimals).

If i use *Info expr(GetSystemPerformanceData.Get_CPU_Usage/10)% the
value is displayed like this 3% (2 digits less)

If i use *Info expr(GetSystemPerformanceData.Get_CPU_Usage/1)% then
the value is displayed like i want to have it: 32%

So division by 10 seems to be treated as division by 100 and
division by 1 seems to be treated as division by 10.

As i am not yet familiar with expressions, i don't know, if this is a
normal behaviour or if it's a bug.

regards dele






Attention: PowerPro's Web site has moved: http://www.ppro.org



SPONSORED LINKS
Computer monitoring software Power pro Computer and internet software
Free computer monitoring software


YAHOO! GROUPS LINKS




Reply via email to