microvswind 3 Posted April 4 HI guys. i want to copy different string data to different template point .but it does't work .maybe your master could give me some advice . i have searched the forum and that does't works for me.so come here to bother your guys . thanks for any advice. Test.hip Share this post Link to post Share on other sites
br1 33 Posted April 5 Hey microvswind, here is a way to do it , if you set this at your font text : `points("../attribwrangle3", stamp("../copy3","pval",0),"stri")`, and in your stamp just add a variable pval and set it to @ptnum it should work. string_copystamp_odfforce_Test.hiplc Share this post Link to post Share on other sites
anim 1,211 Posted April 5 you can directly stamp string attribs, if you put your string attrib name into Attribute Stamps parameter on Copy SOP and then use stamps() expression to retrieve it Test_fix.hip Share this post Link to post Share on other sites