What processor? Using msxml then a JavaScript extension with the following script should do:
Code:
function getGUID()
{
var oST = new ActiveXObject("Scriptlet.Typelib);
var sGuid = oST").guid.substr(0, 38);
oST = null;
return sGuid;
}
--
Joe (
Microsoft MVP - XML)