This function returns the field number of a string.
The reverse of the GetField process
| Syntax: | 
|---|
| fieldNumber = GetFieldNumber( csvString, stringToFind ) | 
| Parameter: | Description: | 
|---|---|
| csvString | Comma delimited string | 
| stringToFind | String to find in the csvString | 
| fieldNumber | field number | 
| Example: | 
|---|
| csvString = "S,Hi,There,Blox" 
 Results:See example comments. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/18/2020 1:46:03 PM | Topic ID#: 354 |