E
Edward
Hi everybody,
Is there a way of changing tag values beside using (.Add) mthod over and
over again?
I have the following code
osld.Tags.Add "Region", "USA"
if i want to change the Region to europe it seems the only way possibile is
using the following
osld.Tags.Add "Region", "Europe"
fortunately this doesn't add a new tag ( tag.counts remain the same) , but
it changes the tag index ( newley changed tag gets the last index in the
collection)
Is there a way of changing tag values beside using (.Add) mthod over and
over again?
I have the following code
osld.Tags.Add "Region", "USA"
if i want to change the Region to europe it seems the only way possibile is
using the following
osld.Tags.Add "Region", "Europe"
fortunately this doesn't add a new tag ( tag.counts remain the same) , but
it changes the tag index ( newley changed tag gets the last index in the
collection)