| Posted: 10:06pm 02 Oct 2022 |
|
|
|
Minor bug (IMO), the result of MM.INFO(CPUSPEED) appears to be a string rather than an integer:
> ? Mm.Info(CpuSpeed) 252000000 > ? Mm.Info(CpuSpeed) + 1 Error : Incompatible types in expression > ? Val(Mm.Info(CpuSpeed)) + 1 252000001
Best wishes,
Tom |