You take the time to Dim $defaultgw but then use an undefined var $NIC.

Essentially, your code is:
$defaultgw = EnumIPInfo(,3)
or:
$defaultgw = EnumIPInfo(0,3)

It is only by the good grace of Ruud and his forgiving code that lets you get away with it. What if 0 isn't the NIC index you need? Your code is too optimistic.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.