If set, force to use this expression to adjust array indexes
Indent the content if true (the default)
Default value: true()
Code snippet
Add a End-of-line at end of block
Default value: true()
Comment text
Default value: .
Variable name
Interpreter type
Default value: $sh.interpreter
Variable initial value
Indicates if the value value have to be quoted. Expect a boolean or the special value 'auto'
Default value: 'auto'
Variable nmme
Treat the variable as an array and retrieve the $index element (not compatible with all shells)
Retrieve a substring of the variable content starting at offset $start (not compatible with all shells)
Retrieve a substring of $length character of the variable content (not compatible with all shells)
Add quotes around
Default value: false()
Variable name
Zero-based index to adjust
Interpreter dialect
Default value: $sh.interpreter
User-defined array index offset expression. This parameter prevails on $interpreter
Default value: $sh.arrayOffsetExpression
Variable name
Array index.
Element value
Interpreter dialect. If specified, the index value will be adjusted according interpreter array indexinngpolicy
Default value: $sh.interpreter
User-defined array index offset. This prevails over the $interpreter value
Default value: $sh.arrayOffsetExpression
Variable name
New element value
First element of the array (depends on interpreter type)
Default value: 0
Input variable name
Output variable name
Name of the index variable used in loop
Default value: 'i'
Default value: true()
Interpreter dialect. Array indexes will be adjusted according interpreter array indexing policy
Default value: $sh.interpreter
User-defined array index offset. This prevails over the $interpreter value
Default value: $sh.arrayOffsetExpression
Declare temporary variable as local variable
Default value: false()
Array variable name
Variable representing the current element
Default value: 'i'
UNIX shell interpreter type
Default value: $sh.interpreter
Declare temporary variable as local variable
Default value: false()
Function name
Function body
Indicates if the function body have to be indented
Default value: true()
UNIX shell interpreter type
Default value: $sh.interpreter
Default value: i
Initial value
Default value: 0
Outer limit
Default value: 1
Default value: true()
UNIX shell interpreter type
Default value: $sh.interpreter
Declare temporary variable as local variable
Default value: false()
Increment variable name
Default value: i
Initial value
Default value: 0
Default value: '<'
Increment limit
Default value: 1
Default value: true()
UNIX shell interpreter type
Default value: $sh.interpreter
Declare temporary variable as local variable
Default value: false()
Array variable name
Value to check
UNIX shell interpreter type
Default value: $sh.interpreter
Declare temporary variable as local variable
Default value: false()
What to do if value exists
Default value: 'return 0'
What to do if value does not exists
Default value: 'return 1'