[Gambas-user] bug in string class?

Benoit Minisini gambas at ...1...
Thu Mar 13 18:00:10 CET 2008


On jeudi 13 mars 2008, Jaap Cramer wrote:
> Hi all,
>
> I think I have found a little bug in the StringClass
>
> When I do Mid("", 0, 1) the result is ""
> When I do String.Mid("", 0, 1) I got an error "bad argument"
>
> greets,
> Jaap

The bug is in Mid$(), that should return the same error.

-- 
Benoit Minisini




More information about the User mailing list