geppetto
Guest
looking through the various discussions I found nothing to do with my case and stealing an existing string I created the pippo property with pluto value:
sub main()
set swapp = _
application.sldworks
set part = swapp.activedoc
part.filesummaryinfo
retval = part.addcustominfo3(configname, "pippo", swcustominfotext, _
" pluto ") 'ad latest values
end
Since in vb are a goat, how do I write this property in the specific configuration tab instead of customized?
Thank you.
sub main()
set swapp = _
application.sldworks
set part = swapp.activedoc
part.filesummaryinfo
retval = part.addcustominfo3(configname, "pippo", swcustominfotext, _
" pluto ") 'ad latest values
end
Since in vb are a goat, how do I write this property in the specific configuration tab instead of customized?
Thank you.