KeepStrings¶
Collects the input string to a list.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| NewString (String Relevant) | — |
| InsertTrigger (Boolean) | — |
| MaxCount (Int32) | — |
| ClearTrigger (Boolean) | — |
| OnlyOnChanges (Boolean) | — |
| InsertMode (Int32) | — |
| Index (Int32 Relevant) | — |
Outputs¶
| Name | Type |
|---|---|
| Strings | System.Collections.Generic.List`1[System.String] |
| InsertTimes | System.Collections.Generic.List`1[System.Single] |
| Count | System.Int32 |