Detail Function Not Working?

   330   4   0
User Avatar
Member
52 posts
Joined: Aug. 2015
Offline
I feel like I'm missing something simple...I'm trying to retrieve a string variable in a string parameter with the detail function. But it's not working?
Edited by tinyT - Dec. 27, 2024 12:10:55

Attachments:
detailFunctionFail.png (166.3 KB)
help.hipnc (76.7 KB)

User Avatar
Member
462 posts
Joined: Feb. 2012
Online
details will return a string value

`details(0, "test")`
User Avatar
Member
52 posts
Joined: Aug. 2015
Offline
Perfect...That did the trick...Thank you so much!
User Avatar
Member
286 posts
Joined: Aug. 2018
Offline
It is confusing, but I think you need the details function - with an 's' - meaning detail-string. See: https://www.sidefx.com/docs/houdini/expressions/details.html [www.sidefx.com]

Eg: `details(0, "test")`

====
EDIT: Should have typed faster - sepu got the win
Edited by Mike_A - Dec. 27, 2024 13:04:38
User Avatar
Member
52 posts
Joined: Aug. 2015
Offline
Nice! Thanks all...yep this did the trick.
  • Quick Links