View Single Post
  #10  
Old 10-21-2006, 08:13 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
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
Reply With Quote