Reputation: 69
Can anyone show me how to secure the value of variable in imagej macro script?
In general, there is a key word, such as const
, to ensure the variable unchangable in most of programming language, but in imagej macro this optional keyword cannot be identified.
Upvotes: 1
Views: 56
Reputation: 6992
The ImageJ macro language does not support constants. Use one of the other supported scripting languages instead.
Upvotes: 0