Thread
:
Help With For();
View Single Post
#
10
10-21-2006, 08:13 PM
Rapidwolve
Registered User
Join Date: Jul 2006
Posts: 1,241
Here is the problem with substring.
PHP Code:
echo(
temp
.list.
getdynamicvarnames
(
"item_"
).
substring
(
5
,-
1
));
Echos 372,item_402
It only takes away the first five letters for the first string, and leaves the rest as it is
Rapidwolve
View Public Profile
View GraalOnline Profile
Find all posts by Rapidwolve