How can I use stamp() expression in ch() expression?

   1839   2   1
User Avatar
Member
1 posts
Joined: 9月 2019
オフライン
Hi.
When writing expression below:
ch('../../door_location_`stamp(“../stamp_door”,“door_index”,1)`')
I just got a warning for “Bad parameter reference” and the expression didn't work as expect.
So how can I fix this problem or it's just impossible to use stamp expression in ch expression?
Thx in advance!

Attachments:
IMG20190906_120359.png (27.4 KB)

User Avatar
Member
46 posts
Joined: 4月 2018
オフライン
Try removing the ‘ after the first bracket and the ’ before the final bracket. Cheers!
Procedural Girl
User Avatar
Member
9357 posts
Joined: 7月 2007
オフライン
ch('../../door_location_' + stamp("../stamp_door","door_index",1))
Tomas Slancik
CG Supervisor
Framestore, NY
  • Quick Links