The Problem goes like this
If i execute one VBscript separately, it runs smooth.
But when i call this as a sub funtion from the loop in the same script, He ends up failing
saying found Null value
This happens especially when i try to set some variable getting the value from some object
For Ex:
strDefaultIPGateway = Join(objItem.DefaultIPGateway, ",")
WScript.Echo "DefaultIPGateway: " & strDefaultIPGateway
It does not work if i try to call from some other array
I assume we are missing to enable some function support to understand this Strings...
Cheers
Ganesh