Jump to content

Curly brackets { }


MENOZ

Recommended Posts

hello, anybody could explain me what are the {} used for in the expression fields?

for example when i'm creating a applyRelationship node in DOP, the default relationship name is ${OS}_$RELID

why do I need those curly brackets?

thank you

Link to comment
Share on other sites

hello, anybody could explain me what are the {} used for in the expression fields?

for example when i'm creating a applyRelationship node in DOP, the default relationship name is ${OS}_$RELID

why do I need those curly brackets?

thank you

Similarly to shell scripting curly brackets in ${var}rest takes care during variable expansion that var is not confused with the rest of a expression. Otherwise hscript wouldn't know if you mean var or varrest. It' optional, but safer way of doing things.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...