We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f70c2 commit 0fcee36Copy full SHA for 0fcee36
src/main/resources/doc/ij1macro/functions_extd.html
@@ -15,7 +15,7 @@
15
All commands inside an else block are executed if the expression in the earlier if block is false.
16
17
<a name="forfilesinafolder"></a>
18
-<b>filelist = getFileList(directory) <br>for (i = 0; i < lengthOf(filelist); i++) {<br> if (endsWith(filelist[i], ".tif")) { <br> open(directory + File.separator + filelist[i]);<br> } <br>}</b>
+<b>filelist = getFileList(directory); <br>for (i = 0; i < lengthOf(filelist); i++) {<br> if (endsWith(filelist[i], ".tif")) { <br> open(directory + File.separator + filelist[i]);<br> } <br>}</b>
19
A for loop which opens all files ending with ".tif" in a folder.
20
21
<a name="forslicesinastack"></a>
0 commit comments