Okay... will you try this?

 Code:
$System=Nothing()

function Nothing()
  dim $sc
  $sc = CreateObject("ScriptControl")
  $sc.language = "VBScript"
  $sc.addcode('noth=nothing')
  $sc.run
  $nothing=$sc.codeobject.noth  
endfunction


I am trying it now on sendmail.