String ExpandCharToWord(String Src, Int32 charIdx)
Returns a word from Src string close to charIdx.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | String | |
| 2 | charIdx | Int32 |
Returns: String
Remarks:
The function expects one code line in Src parameter and will return the word or the variable which is close to char at charIdx.