Notifications
Clear all

[Closed] Eval()?

is there anything in maxscript similar to the command eval() , which is very common in other programming languages e.g. in MEL or C++ ?

thanks

2 Replies

I think you are referring to
execute string
execute filestream | execute string | execute stringstream methods

I know c++ and there’s no eval()
function I’m familiar with.

If you’re talking about javascript
eval() then I think just putting
parens around a string does it.