On 11 August 2010 13:58, Bob McConnell wrote:
> From: Richard Quadling
>
>> Quick set of eyes needed to see what I've done wrong...
>>
>> The following is a reduced example ...
>>
>> > $Set = array();
>> $Entry = 'Set[1]';
> ^^
> Shouldn't that be $Set[1]?
>
>> $Value = 'Assigned';
From: Richard Quadling
> Quick set of eyes needed to see what I've done wrong...
>
> The following is a reduced example ...
>
> $Set = array();
> $Entry = 'Set[1]';
^^
Shouldn't that be $Set[1]?
> $Value = 'Assigned';
> $$Entry = $Value;
> print_r($Set);
> ?>
Bob McConnell
--
On 10 August 2010 18:08, Andrew Ballard wrote:
> On Tue, Aug 10, 2010 at 12:23 PM, Richard Quadling
> wrote:
>> On 10 August 2010 16:49, Jim Lucas wrote:
>>> Richard Quadling wrote:
Hi.
Quick set of eyes needed to see what I've done wrong...
The following is a redu
On Tue, Aug 10, 2010 at 12:23 PM, Richard Quadling wrote:
> On 10 August 2010 16:49, Jim Lucas wrote:
>> Richard Quadling wrote:
>>>
>>> Hi.
>>>
>>> Quick set of eyes needed to see what I've done wrong...
>>>
>>> The following is a reduced example ...
>>>
>>> >> $Set = array();
>>> $Entry = 'Set[
On 10 August 2010 16:49, Jim Lucas wrote:
> Richard Quadling wrote:
>>
>> Hi.
>>
>> Quick set of eyes needed to see what I've done wrong...
>>
>> The following is a reduced example ...
>>
>> > $Set = array();
>> $Entry = 'Set[1]';
>> $Value = 'Assigned';
>> $$Entry = $Value;
>> print_r($Set);
>> ?
Richard Quadling wrote:
Hi.
Quick set of eyes needed to see what I've done wrong...
The following is a reduced example ...
The output is an empty array.
Examining $GLOBALS, I end up with an entries ...
[Set] => Array
(
)
[Entry] => Set[1]
[Value] => Assigned
6 matches
Mail list logo