R
Roland Hall
Can someone please come up with a function that will accomplish this?
function bugs(err, code)
put user.inDark(err)
fixed = code.repair(err)
history.go(-1)
bugs = fixed
end function
To call it would probably require something like this:
Zap After Preempt Post Each Repair
Maybe it could be a COM file?!
dim bugfix
set bugfix = CreateObject("ZAPPER.bugs")
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
function bugs(err, code)
put user.inDark(err)
fixed = code.repair(err)
history.go(-1)
bugs = fixed
end function
To call it would probably require something like this:
Zap After Preempt Post Each Repair
Maybe it could be a COM file?!
dim bugfix
set bugfix = CreateObject("ZAPPER.bugs")
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp