Jump to content

VEX in expression


Recommended Posts

Hi,

Beginner question.

Expressions can be written in either HScript or Python. The Parameters GUI allows one to choose between HScript or Python. However, it's possible to write "ch("/obj/obj1/tx") in an expression ALTHOUGH "ch" is neither Hscript nor Python (it's VEX code)? How is this possible?

Link to comment
Share on other sites

There are similar functions: Hscript ch() Python hou.ch(), and VEX ch(). Still, they are three distinctive functions of three different languages doing the same thing, which, accordingly to popular believe, justifies a common name for them.

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...