View Single Post
  #2  
Old 02-14-2016, 02:04 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Might it be that the string isn't coercing in to an object?

You could try something on the lines of:

PHP Code:
temp.obj makevar("Message_" temp.i);
echo(
temp.obj.getLines()); 
Reply With Quote