Yeeson
Yeeson

Reputation: 69

Is it possible to set `var` as const in imagej-macro?

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

Answers (1)

ctrueden
ctrueden

Reputation: 6992

The ImageJ macro language does not support constants. Use one of the other supported scripting languages instead.

Upvotes: 0

Related Questions