Le Mardi 8 Juillet 2008 11:41, rufus shadowolf a écrit :
> for(i = 0; i>3; i++)
> {
> lcdOut(str[1]);
> }
> show me 3 strange identical char whitch change when i turn off the pic
> alimentation.

With lcdOut(str[1]) as you wrote it, you will get three times the same 
character.

You want to try lcdOut(str[i])

>
> i try to change the stack size/position without any changement.
>
>
> i'm sorry for my poor english, 
(Tu peux être désolé ;-)

Jean-Paul

-- 
Never jump into a loop!

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to