[fpc-pascal] Re: StrUtils.RomanToInt oddities

Marco van de Voort marcov at stack.nl
Tue Sep 24 08:59:37 CEST 2013


In our previous episode, Martin said:
> > they are not ambiguous, they are simply INVALID.
> 
> So the question is, what does or should do RomanToInt for invalid input?

Raise an exception and have a try* version to avoid the exception, just like
all other str*to<numeric> functions.



More information about the fpc-pascal mailing list