|
From: Buchan M. <bg...@st...> - 2011-12-30 07:29:44
|
On Wednesday, 28 December 2011 20:19:27 ian norfolk wrote:
> Hi,
>
> i have been banging my head against a wall for 2 hours, but I cant work out
> what the problem is.
>
>
> transforms below:
>
>
> availableMem : MATH : ({hrStorageSize}-{hrStorageUsed}) *
> {hrStorageSize} : 0 usedMem : MATH :
> {hrStorageUsed}*{hrStorageSize} : 0
> totalMem : MATH : {hrStorageSize}*{hrStorageSize} : 0
>
> the variable which start with hr are defined in the oid file, others Im
> creating on the fly. I have read articles which seem to say this is ok.
>
> Can some one put me out of my misery please??
You don't provide the version you are using, but I think anything but 0.3.1-
beta2 or svn doesn't support the use of '*' as a multiplication operator, but
'x'.
Regards,
Buchan
|