[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Re: your problem



Hi Srinivasan,

Good news:  
Using the 'getType' function (not 'set type' as before), this code
below works!
	set thisPimDM [ $mcastproto_ getType "pimDM" ]
	puts "thisPimDM is $thisPimDM"

Thanks for the hints, they helped me to find the problem!
-Lori