I'm in the middle of making a text parser, and I'm stuck on a problem. I need it to be able to skip spaces between text if a condition is set (if statement). The parsing process is a for loop that reads a text asset. Is there anyway to just make the for loop skip the reading of spaces (" ")?
↧