[DGD] case conversion

Par Winzell zell at skotos.net
Tue Jan 6 23:24:24 CET 2004


Robert,

> I said the line was if(ch[0] >= 'A' && ch[0] <= 'Z') which it wasn't 
> previously, but the error is the same.

With less than a minute between these mails, I'm not sure how much
testing of your own you've really done. Do you really need everybody on
this list to help you with every step of the debugging? :)

Your string 'ch' is empty. You can't index an empty string. It will not
grow automatically. Try ch = ' '; if you wish to use your method.

Zell


_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list