danylyon Posted January 25, 2013 Share Posted January 25, 2013 I'm a bit confused. So for I've found out and actually found an example, that you can do something like this: chan[0 - 'nprims("../../font1")'][/CODE]which should evaluate nrpims and return a number, in a string.But it doesn't work.also something like[CODE]echo '2 + 3'[/CODE]in the Textport, should give me 5. no?I'm probably missing something obvious here. Quote Link to comment Share on other sites More sharing options...
anim Posted January 25, 2013 Share Posted January 25, 2013 its not single quotes as for string: ' you need to use ticks to define expression in string fields: ` so it will be chan[0 - `nprims("../../font1")`][/CODE] Quote Link to comment Share on other sites More sharing options...
danylyon Posted January 25, 2013 Author Share Posted January 25, 2013 Thanks.. I knew it must be something obvious.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.