karanjaura Posted April 22, 2020 Share Posted April 22, 2020 Hi Guys !! Running into some issue here, as the attached image describes, how can I access the name string attribute showing on value parameter of Metadata.? Would appreciate if anyone can point out my mistake or tell me the way to do it. Best K Quote Link to comment Share on other sites More sharing options...
ikoon Posted April 22, 2020 Share Posted April 22, 2020 (edited) Hi Karan, it is not detail() but details() to read a string: https://www.sidefx.com/docs/houdini/expressions/details.html With details() you only need 2 arguments: @name_orig=`details(-1,"value")` Edited April 22, 2020 by ikoon 1 1 Quote Link to comment Share on other sites More sharing options...
karanjaura Posted April 22, 2020 Author Share Posted April 22, 2020 1 hour ago, ikoon said: Hi Karan, it is not detail() but details() to read a string: https://www.sidefx.com/docs/houdini/expressions/details.html With details() you only need 2 arguments: @name_orig=`details(-1,"value")` Thanks a lot Jiri, it works like a charm 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.