GH - Read File Parser - "No valid parser" error [SOLVED]

OK, so I was trying to parse a text file full of ASCII strings but I only get the following error :

Before trying to write my own parser it worked well feeding the other component with complete lines, but it’s way too slow to feed with line lists. Need to parse the file char by char (And don’t ask how big the files can be…)

Make my own .NET file reader from scratch?

// Rolf

Just a guess, but if you change the file extension from .fa to .txt, do you get different results?

No difference, but there was a type error in my code that messed up the output string, sorry. False alarm.

The scriptish component lacks debugging features though… :slight_smile:

// Rolf