is it possible to remove the beginning of a line of text?
for example, the text says: Thisisanexample
I want to take the beginning of that text off so it just says: example
char original_string[30] = "Thisisanexample";
strcpy(text, &original_string[8]);
Users browsing this forum: No registered users and 1 guest