Jump to content
Developer Wiki and Function Reference Links ×

Accessing symbols in symbol sub-folders


pcbaker

Recommended Posts

I want to access a particular symbol sub-folder and copy all the symbols in that sub-folder to a particular layer. I can access to first symbol instance using "symbolHdl := FInFolder(subFolderHdl);", but I can't find a procedure that lets me walk through the rest of the symbol definitions in that particular symbol sub-folder. Any ideas?

Link to comment
  • 2 weeks later...

Thank you. Unfortunatley the loop with the "NextObj" procedure does not yield the next symbol in the subfolder. The VectorScript debugger gives a warning that at the NextObj statement that the reference symbol is not valid. I also tried NextSObj with similar results. I can't believe that if there is a procedure for accessing the first symbol of a subfolder, there is not a procedure for walking down through the remaining symbols in that subfolder.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...