When you post information about some problem, please include the following details: - OS version (e.g. Windows 2000 Professional SP3); HostMonitor version; problem description.
I'm using a performance monitor to retrive numbers that are between 0 and 1. For convience purposes - I want to multiply the answers by 10, so I'll get numbers between up to ten.
The problem is that when I try to enter the expression %suggestedreply% * 10 - I get error "unknown operand "0.74"".
I understand the reason is that HM treats the answer as string instead of real number. Using the %suggestedreply_integer% will not help me, because it truncates the fraction after the decimal point.
Simply a genious. (I assume the ''' is converter from string to numeric value?)
Just a little problem stayed:
When I use that formula, I get only Integer numbers as result. (For example - 0.74 becomes 7 after the formula). How can I get 7.4?