>>>>> "Lars" == Lars Gullik Bj�nnes <[EMAIL PROTECTED]> writes:
Lars> LSubString foo(command, "$$FNAME"); for a command that does not
Lars> contain a $$FNAME would not be a valid substring.
Lars> So everything you do with it will fail/throw/abort etc.
So I cannot use substrings unless I know the substring is present?
This makes the class much less interesting, since I'll have to do a
find() anyway... Would it be possible to change the class (not right
now) to work even when the string has not been found (which subst()
does quite well, by the way)?
JMarc