logix1390 3 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 Share this post Link to post Share on other sites
tamagochy 69 Posted July 22, 2020 There is no prims VEX function, you should use prim instead. prims_function_return_string_fix.hipnc Share this post Link to post Share on other sites
logix1390 3 Posted July 22, 2020 @tamagochy Thank you ! Share this post Link to post Share on other sites