logix1390 Posted July 22, 2020 Share Posted July 22, 2020 Hello, I am trying to return a string using a vex function. I looked it up and it seems as if the "prims" function does this according to the help docs: https://www.sidefx.com/docs/houdini/expressions/prims.html However, I am not able to get this to work for some reason. I'm doing something like this: s@temp= prims("obj/geo1/id_name", 0, "id_name"); I will attach my test file for anyone that wants to take a look Thank you prims_function_return_string.hipnc Quote Link to comment Share on other sites More sharing options...
tamagochy Posted July 22, 2020 Share Posted July 22, 2020 There is no prims VEX function, you should use prim instead. prims_function_return_string_fix.hipnc Quote Link to comment Share on other sites More sharing options...
logix1390 Posted July 22, 2020 Author Share Posted July 22, 2020 @tamagochy Thank you ! 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.