??? 02/23/08 20:35 Read: times |
#151352 - Yes, my mistake Responding to: ???'s previous message |
I said:
code char strings[] = { "CALIBRATE",etc... Tsuneo Chinzei said:
Isn't it better to revise it as follows :-) code char * strings[] = { "CALIBRATE",etc... Yes, of course - my mistake! But I did say, not compiled & tested code! ;-) |