Notifications
Clear all
[Closed] Eval()?
Nov 03, 2003 5:35 pm
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
Nov 03, 2003 5:35 pm
I think you are referring to
execute string
execute filestream | execute string | execute stringstream methods
Nov 03, 2003 5:35 pm
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.