Jump to content

Objects not always copied to the correct location using Lee Mac's ms2ps program.


JerryFiedler

Recommended Posts

Yes bigal  the routine is in mspace when the ssget function in line 55 is executed.  Therefore you would assume that 'cvport would be the current VP such as 2, 3 etc . It should be unique since there can only be one current VP. The problem is the way the human brain works vs the computer!  The ssget function filter does not know "current" as a human might think it only knows a number. That is, (getvar 'cvport) is going to return a number. Just a number with no other meaning to the computer.  Although us humans think it means "current".

So here's the "problem":  the ssget filter sees (cons 69 2).  Every layout could have a number 2 VP. In my example file that is true since every layout has at least one VP.

Therefore as mhupp pointed out we need to also filter for the layout tab number 'ctab .  Adding the filter element (cons 410 'ctab) solves the problem since there is only one number 2 VP on the active tab.

With everybody's help my routine is working.  With special thanks to Lee Mac and his ms2ps program.

  • Agree 1
Link to comment
Share on other sites

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...