On Thursday 23 December 2004 15:39, Song Ken Vern-E11804 wrote:
> print "\n"; /* line?? */
>
> to include :-
>
> $cid = $groups[$i][$j];
> print "\n"; /* line?? */
>
> I seem to get the results I want.
>
> Why is this? Is there a syntax error?
You need to change it to this:
print "\n";
See m
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 23 December 2004 07:39, Song Ken Vern-E11804 wrote:
> Hi,
>
> I have an array of array of strings :-
>
> $g1 = array("453", "592");
> $g2 = array("e14", "e15", "e13");
> $group
2 matches
Mail list logo