http://qs1969.pair.com?node_id=838050


in reply to Re^3: Illegal character CTRLCHAR code 27
in thread Illegal character CTRLCHAR code 27

Ah ok - thanks for the heads up - have updated my code :) (weird though, as it seemed to get rid of that error I reported in my first post, even without the /d ?)

Cheers

Andy
  • Comment on Re^4: Illegal character CTRLCHAR code 27

Replies are listed 'Best First'.
Re^5: Illegal character CTRLCHAR code 27
by FunkyMonk (Chancellor) on May 03, 2010 at 09:36 UTC
    Your code was replacing control chars with a space. moritz's is deleting them.
      Ah ok - thanks for clearing that up :)