Find TAB in a string?

Blitz3D Forums/Blitz3D Programming/Find TAB in a string?

wmaass(Posted 2008) [#1]
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.


wmaass(Posted 2008) [#2]
Never mind...it was embarrassingly simple.


Santiworld(Posted 2009) [#3]
:) how?


VIP3R(Posted 2009) [#4]
Chr$(9)

;)


Santiworld(Posted 2009) [#5]
:) thanks