Skip to content

Commit d820a95

Browse files
Merge remote-tracking branch 'origin/main'
2 parents eb8928b + ac2e87e commit d820a95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base

doc/autocreated/ForCommand.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>Variants</h2>
6868
<tr><td>FOR FOLDER foldervar IN folder *</td><td>Execute the command for all subfolders of specified folder</td></tr>
6969
<tr><td>FOR SUBFOLDER subfoldervar IN folder *</td><td>Execute the command for all subfolders of specified folder</td></tr>
7070
<tr><td>FOR LINE linevar IN file *</td><td>Execute the command for all lines of specified text file</td></tr>
71-
<tr><td>FOR SUBSTRING substringvar IN string SPLIT BY separator *</td><td>Execute the command for all comma separated pieces of specified string</td></tr>
71+
<tr><td>FOR SUBSTRING substringvar IN stringvalue SPLIT BY separator *</td><td>Execute the command for all comma separated pieces of specified string</td></tr>
7272
</table>
7373

7474
<h2>Arguments</h2>
@@ -83,7 +83,7 @@ <h2>Arguments</h2>
8383
<tr><td>folder</td><td>the folder in which files/subfolders shall be listed</td></tr>
8484
<tr><td>pattern</td><td>a regex expression by which the found items are filtered, the wildcard character # is resolved to [0-9]+ i.e. matches numbers</td></tr>
8585
<tr><td>substringvar</td><td>the loop variable holding the current substring</td></tr>
86-
<tr><td>string</td><td>the string value that shall be split into substrings to loop over</td></tr>
86+
<tr><td>stringvalue</td><td>the string value that shall be split into substrings to loop over</td></tr>
8787
<tr><td>separator</td><td>the string value that will serve as separator in splitting (e.g. ',')</td></tr>
8888
<tr><td>*</td><td>can be either 'DO script' to execute a script or any other command</td></tr>
8989
</table>

0 commit comments

Comments
 (0)