Community
Is there an easy way to compare two separate lists and return a list of matching items (items that appear in both lists)?
Solved! Go to Solution.
Solved by Cobra.007. Go to Solution.
You can use the function intersection for this.
for example:
STRING LIST TP_Bound_Names = intersection(ToolpathTools,BoundaryTools)
Can't find what you're looking for? Ask the community or share your knowledge.