Inline code doesn't work #365
-
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
May 23, 2021
Replies: 1 comment
-
You can't currently assign the result of an inline expression to another field; the implementation is pretty tricky to get right so I haven't gotten around to it yet. For the second, you can do all of it in a single inline expression:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
M-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't currently assign the result of an inline expression to another field; the implementation is pretty tricky to get right so I haven't gotten around to it yet.
For the second, you can do all of it in a single inline expression:
= elink("file://R:/Resources/video/" + this.file.name + "." + this.file.ext)