Re: String() declaration?
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Wed, 29 Oct 2008 10:40:10 +0100
Basically it means :
- temp is an array of strings
- the temp array is holding strings
So this is two ways to tell the same thing. I tend to favor #2 as it is more
consistent with waht you do in your code i.e. temp(myIndex).
--
Patrice
"Anil Gupte/iCinema.com" <anil-list@xxxxxxxxxxx> a écrit dans le message de
groupe de discussion : uAROveZOJHA.2100@xxxxxxxxxxxxxxxxxxxxxxx
Can someone please explan the difference between
Dim temp as String()
and
Dim temp() as String
in terms of syntax and practical usage? I thought I knew, but of late
have become confused due to reasons too complicated to go in here.
Will appreciate your inputs.
--
Anil Gupte
www.keeninc.net
www.icinema.com
www.wizo.tv
.
- References:
- String() declaration?
- From: Anil Gupte/iCinema.com
- String() declaration?
- Prev by Date: Re: C# to VB convertor
- Next by Date: Timer won't start from serial port receive routine
- Previous by thread: Re: String() declaration?
- Next by thread: Re: String() declaration?
- Index(es):
Relevant Pages
|