hi again, basically i want to add a character c onto string s,
so far ive tried s = strcat(s, c)
but it says they are incompatable
and i tried s = ("%s%c", s, c)
but again no luck...
any ideas?
cheers
so far ive tried s = strcat(s, c)
but it says they are incompatable
and i tried s = ("%s%c", s, c)
but again no luck...
any ideas?
cheers
Comment