Ask a Question related to ASP Database, Design and Development.
-
Terry Murray #1
Continuing an Arrary declaration on the next line
Hi All:
I would like to know how to continue the declaration of an array on the
next line.
I have tried: & _ with no luck. For example,
a=Array("Nancy","John", & _
"Peter")
Thank you
Terry
Terry Murray Guest
-
One line variable declaration with multiple conditions
Howdy list. I'm trying to one lineify this: my $guts = $firstchoice || ''; if(!$guts && $use_second_choice_if_first_is_empty) { $guts =... -
Declaration
How should i declare this in my server component? Looks like this now and i wants to declare arrTemp as ???? Private arrTemp Used like this: ... -
Continuing with HELP can someone tell me whats wrong here? (newbie)
now the script works but won't write to the file just returns to the form. <title> Control Panel</title> <font face=\"Tahoma\" size=\"2\"> <?... -
continuing PHP woes
On Tue, 8 Jul 2003 21:58:03 +0100, "GazK" <wrong@wrong.co.uk> wrote: That's almost valid syntax, except the final : should be a ;. The... -
Continuing Streaming Sound
Hello. I am new to Flash and I'm a bit stuck with an animated movie I'm creating. I have a piece of music that begins to stream in one scene but... -
Bob Barrows #2
Re: Continuing an Arrary declaration on the next line
Terry Murray wrote:
Try this:> Hi All:
> I would like to know how to continue the declaration of an array
> on the next line.
>
> I have tried: & _ with no luck. For example,
>
> a=Array("Nancy","John", & _
> "Peter")
>
>
>
> Thank you
>
> Terry
a=Array("Nancy","John", _
"Peter")
If it doesn't work, then it can't be done.
HTH,
Bob Barrows
Bob Barrows Guest



Reply With Quote

