Hello,
I have a form with a bunch of check boxes. Each checkbox has its own
value parameter. The field name for all check boxes in field1. When the
form is filled and data sent via an email, it sends a string of
characters. For example: field1 would have the values of
"this,is,a,comma,separated,va
uot;Wiggins d'Anconia" <[EMAIL PROTECTED]>
To: "Luinrandir Hernsen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 6:40 AM
Subject: Re: Array Question
> Luinrandir Hernsen wrote:
>
> > Can I do something like this?
> >
Luinrandir Hernsen wrote:
Can I do something like this?
perldoc -q quoting
@CityA="Suburb1, Suburb2, Suburb3";
@CityB="Suburb1, Suburb4, Suburb5";
I don't think the above is doing what you think it is. It is assigning
one element (the first) of the array to a string. If you are trying to
assi
Can I do something like this?
@CityA="Suburb1, Suburb2, Suburb3";
@CityB="Suburb1, Suburb4, Suburb5";
$Var="TownCurrent";
$NewVar="$($TownCurrent)[1]";
I am trying to construct a sting from a variable.
make sence?
Lou
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-