Jump to content

Copy/stamping not wanting to work?


Netvudu

Recommended Posts

Netvudu,

I believe stamp() cannot be used on the right-hand-side of a COPY, because when the DELETE is cooked, nothing is copied, so "stamp" is meaningless. (Correct me if I am wrong)

You can simply put `int(fit01(rand($F),0,20))` inside the DELETE, instead of stamp(). Hope that it is what you want.

Kam

Link to comment
Share on other sites

Right, about the stamp not working on the right side.I forgot that...I knew I was dumb.

Unfortunately, your expression works for this simplified example, but not for the real thing...I have ideas though on how to do it. Thanks.

not sure what you are after:

but you could use a group instead of the delete.

grouping a random point and use this as a template group.

in this case you need to use $TPT for "true point number" instead of $PT, as the grouping/template group changes the point numbering.

Maybe completely off topic

Link to comment
Share on other sites

You can force the stamp expression to work on the right hand by merging what you have on the left with what you want on the right and then seperating the two sides again before they enter the copy sop. In other words you temporarily move the stuff on the right over to the left to get it to cook.

I'll have to see if I can dig out an example.

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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...