| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| stringToParse | String | The string to parse. | ||
| position | Integer | ByRef | The starting position within the string to Parse. Note, this is updated to the start of the next item. | |
| csvDelimiter | String | Optional | Optionally specify the delimiter. Note, normal csv convention is a comma. | |
| quoted | Boolean | Optional | ByRef | Optionally returns whether or not the item was quoted. If omitted, a value of False is assumed. |
A String value.