I need to do a basic vbscript.
That is restrict an amount stored in a variable.
In vbscript i would write
If $CP4 > 10 Then
$CP4 = 10
End if
But this doesnt work in vmpro. I tried to use some of the provided methods but failed in that as well.
Can anyone provide the solution?
Cheers.
That is restrict an amount stored in a variable.
In vbscript i would write
If $CP4 > 10 Then
$CP4 = 10
End if
But this doesnt work in vmpro. I tried to use some of the provided methods but failed in that as well.
Can anyone provide the solution?
Cheers.