Thread
:
getlines() not returning
View Single Post
#
2
02-14-2016, 02:04 PM
ffcmike
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
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
());
ffcmike
View Public Profile
View GraalOnline Profile
Find all posts by ffcmike