Thread
:
strlen + #e
View Single Post
#
9
01-26-2004, 02:56 AM
R0bin
Banned
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
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.
R0bin
View Public Profile
View GraalOnline Profile
Visit R0bin's homepage!
Find all posts by R0bin