Hello! Some time ago I had a problem with sprintf(), it just didn't change the string variable as it should have. The problem somehow vanished, and I had no time to investigate further... Now I have the same problem again, here's a snippet:
char xdata c [80]; strcpy (c, "Text"); sprintf (c, "%s", "Text2");