Hi all
In this code i get error that InserVariable is not recognised, has anyone used "InserVariable" and did the code work ? in Catiascript ?
For i = 1 To annotationSet.Annotations.Count
Set note = annotationSet.Annotations.Item(i)
noteName = note.Name...
Hi
I am attempting to read the nodes and subnodes of a .catproduct , i can read the nodes with catscript code and also check the the type with "TypeName"
But even through the top node is .catproduct and subnodes some are asm and some are .catpart , when i check the typename everything is...