Quote:
Originally posted by R0bin
setstring tword2,;
setstring tword,Blahblah;
for (i=0;i<strlen(#s(tword));i++) {
setstring tword2,#s(tword2)#e(i,1,#s(tword));
}
Still gives BlahblahB, dunno why.
|
That's weird i tried it and it didnt give me what, it gave me Blahblah x.x.