Thread
:
splitting a string
View Single Post
01-12-2003, 07:52 AM
#
2
(
permalink
)
anon
Guest
Posts: n/a
for(i=0;i<=5;++i) {
var_1=blah[i];
}
?
anon