22.06.2014, 17:39
Assuming the global variable is string:
pawn Код:
strcpy(mything, inputtext, 128);
pawn Код:
#define strcpy(%0,%1) strcat((%0[0] = '\0', %0), %1)