Array Question

2007-01-12 Thread Akbar Ehsan
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

Re: Array Question

2004-05-26 Thread Omkar Prabhu
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? > >

Re: Array Question

2004-05-14 Thread Wiggins d'Anconia
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

Array Question

2004-05-14 Thread Luinrandir Hernsen
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-