To return 1-AMD , 1095MHz, 64KB (14% Load), use your dll call
  • $dll($+(",$scriptdirmoo.dll,"), cpuinfo, _)
To return 14% Load), chop off everything before the first ( with
  • $gettok($dll($+(",$scriptdirmoo.dll,"),cpuinfo,_), 2, 40)
To return 14% load, use $left( , -1) to chop off the final ).
  • $left($gettok($dll($+(",$scriptdirmoo.dll,"),cpuinfo,_),2,40), -1)
To return 14%, use a $gettok( , 1, 32) to grab everything from the result before the first space.
  • $gettok($gettok($dll($+(",$scriptdirmoo.dll,"),cpuinfo,_),2,40), 1, 32)
To return 14, use a $getok( , 1, 37) to grab everything from the result before the first %.
  • $gettok($gettok($dll($+(",$scriptdirmoo.dll,"),cpuinfo,_),2,40), 1, 37)
cool


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C