Set massWeight = oParam.CreateDimension(" ", "MASS", 0)
massWeight.Value = 0
Set lenthThick = oParam.CreateDimension(" ", "LENGTH", 0#)
lenthThick.ValuateFromString "0mm"
Set strTolerance = oParam.CreateString(" ", "")
strTolerance.Value = ""
Set strMirror = oParam.CreateString(" ", "")
strMirror.Value = ""
Set strType = oParam.CreateString(" ", "")
strType.Value = ""
Set StrBuy = oParam.CreateString(" ", "")
StrBuy.Value = ""
End Sub
--------------------------------------------------------------------
'**************************************************************************************************************