Best way to save inputtext to a string? (Variable)
#1

Solved.
Reply
#2

pawn Код:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)

new string[129];
strcpy(string, inputtext, 129);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)