Find TAB in a string?
Blitz3D Forums/Blitz3D Programming/Find TAB in a string?| 
 | ||
| Is it possible to find TAB in a string? I need to detect TABs in a text file for a parser I wrote a while back for a project. It works with other delimiter fine. | 
| 
 | ||
| Never mind...it was embarrassingly simple. | 
| 
 | ||
| :) how? | 
| 
 | ||
| Chr$(9) ;) | 
| 
 | ||
| :) thanks |