mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	split node - add comment to info re $N being number of messages arriving
This commit is contained in:
		| @@ -91,7 +91,7 @@ | |||||||
|         </ul> |         </ul> | ||||||
|         </dd> |         </dd> | ||||||
|         <dt class="optional">complete</dt> |         <dt class="optional">complete</dt> | ||||||
|         <dd>If set, the node will append the payload, and then send the output message in its current state.  |         <dd>If set, the node will append the payload, and then send the output message in its current state. | ||||||
|             If you don't wish to append the payload, delete it from the msg.</dd> |             If you don't wish to append the payload, delete it from the msg.</dd> | ||||||
|     </dl> |     </dl> | ||||||
|     <h3>Details</h3> |     <h3>Details</h3> | ||||||
| @@ -150,6 +150,7 @@ | |||||||
|         <p>By default, the reduce expression is applied in order, from the first |         <p>By default, the reduce expression is applied in order, from the first | ||||||
|            to the last message of the sequence. It can optionally be applied in |            to the last message of the sequence. It can optionally be applied in | ||||||
|            reverse order.</p> |            reverse order.</p> | ||||||
|  |         <p>$N is the number of messages that arrive - even if they are identical.</p> | ||||||
|     </dl> |     </dl> | ||||||
|     <p><b>Example:</b> the following settings, given a sequence of numeric values, |     <p><b>Example:</b> the following settings, given a sequence of numeric values, | ||||||
|        calculates the average value: |        calculates the average value: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user