3 Replies
-
Hi,
sorry, I don't understand your question - what exactly to you want to do ?
BR Robert
-
Hello Robert,
I have a repository script where in the objects having different symbol type are moving to the same group , but it should be moving to a different group instead according to different symbol type.
var reqRep = findRepository(ArisData.ActiveFilter().SymbolName(symNums[si]), reqPRep)
the above code takes the symbol name. could it be replaced by some other?
thanks
-
Hi,
well, that depends on what this findRepository is doing :-) The problem with symbols is that they are at occurrence level. On definition level you have only default symbol num/name and that can be misleading...
BR Robert