08-23-2023, 03:26 PM
Hi,
In QM, is there a function similar to the "floor" function in the "Math" class of C#?
Macro test
Powershell Code:
In QM, is there a function similar to the "floor" function in the "Math" class of C#?
Macro test
cl=
;wmic logicaldisk where DeviceID='D:' get Size /value
RunConsole2 cl _s
_s.get(_s find(_s.trim "=")+1)
d=val(_s 2)
out d/1024/1024/1024
Powershell Code: