Thread: strlen + #e
View Single Post
  #5  
Old 01-25-2004, 11:37 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
setstring tword,Blahblah;
for (i=0;i<strlen(#s(tword));i++) {
setstring tword2,#s(tword2)#e(i,1,#s(tword));
}

gives you

tword=Blahblah
tword2=BlahblahB

I dont know why it puts the B on thend, musta buggered up somewheres.
Reply With Quote