Hey all,<br><br>I have these annoying textilfes that are delimited by the ASCII char for << (only its a single character) and >> (again a single character)<br><br>Their codes are 174 and 175, respectively.<br><br>
My datafiles are in the moronic form<br><br>X<<Y>>Z<br><br>I need to split on those freaking characters.  Any tips on how to make split work with these things?<br>