| Name | Desciption | Data Type |
|---|---|---|
| INTfrmCHAR | Finds the integer value of the number to the immediate right of a character group in a string. Return value can be either an integer or an error string. | Variant |
| MyStr | The alphanumeric string for analysis. | String |
| Char | A group of characters that define the position from which to extract the number. | String |
| Pos | The position within the string from which search for the 'Char' group will start. Arguement optional. Position value defaults to 1 if not specified. | Long |

Errors are returned as a string value '#Error'.