1. Misleading error to match
- Posted by ChrisB (moderator) Feb 19, 2013
- 1060 views
Hi
match("###", mfile[i])
gives the error
first argument of match_from must be a none empty sequence
As you can see the first argument of match (above) can never be a none empty sequence, but the second argument could be. Unless (again) I'm missing something.
Chris
2. Re: Misleading error to match
- Posted by ChrisB (moderator) Feb 19, 2013
- 1060 views
Never mind, me again, different match (very close to this one) in bound program.
Chris