Re: String() declaration?



On Oct 29, 9:26 am, "Anil Gupte/iCinema.com" <anil-l...@xxxxxxxxxxx>
wrote:
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 Guptewww.keeninc.netwww.icinema.comwww.wizo.tv

Fairly same. However you can get used to one of them depending on your
taste. Putting parantheses just after variable to declare array seems
more than the other decleration option on the net.

Thanks,

Onur G.
.



Relevant Pages

  • Re: String() declaration?
    ... And it becomes a Complete party of HUHS ?? ... the most the classic syntax followed by the "New" C style syntax probably ... Dim temp() as String ...
    (microsoft.public.dotnet.languages.vb)
  • Re: String() declaration?
    ... and common syntax acrooss languages. ... Dim temp() as String ...
    (microsoft.public.dotnet.languages.vb)
  • Re: String() declaration?
    ... programmers, the reason is of course obvious, how do you get the Java ... the most the classic syntax followed by the "New" C style syntax probably ... Dim temp() as String ...
    (microsoft.public.dotnet.languages.vb)
  • String() declaration?
    ... Dim temp as String() ... in terms of syntax and practical usage? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: inconsistent behavior of >FLOAT
    ... If the string represents a valid floating-point number in the syntax ... if the string does not match the syntax given then false ... ">FLOAT enables programs to read floating-point data in legible ASCII format. ...
    (comp.lang.forth)

Loading