I have a function called MakeBigNumFont();
and also have an array called MakeBigNum[c][r];
When I access the array, say putc(MakeBigNum[0][0]); would CCS have a problem with this? (up to 10 characters are exactly the same).
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
Posted: Tue Aug 24, 2004 3:23 pm
The compiler validate the full name, up to [32] chars long and do not truncate.
MakeBigNumFont
MakeBigNum
Are quite different.
Best wishes,
Humberto
Guest
Posted: Tue Aug 24, 2004 3:35 pm
thank you very much.
Humberto wrote:
The compiler validate the full name, up to [32] chars long and do not truncate.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum