1

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.

Yeeson
  • 69
  • 7

1 Answers1

0

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

ctrueden
  • 6,751
  • 3
  • 37
  • 69