So I had a line like
Code: Select all
echo "title($nr) = '$title[$nr]'.";$title[$nr] was shown as empty - though I definitly had set it to some text.Guess how much
step; could help me on debugging... OK: after several tests
Code: Select all
$tit = $title[$nr];
echo "title($nr) = '$tit'";In the end:
"$title[3]" is OK inside quotes,"$title[$nr]" leads to empty.Though I'm disappointed by arrays (again), I think I should at least report it.
(And wonder why no one else seams to have? How can it get better without?)
And try to remember: "Don't use arrays".
(With the currrent available functions for arrays, gettoken() & gettokenindex() seem to be much more powerful to me.)
Sorry for mocking around again.
XYplorer Beta Club