Connecting Tech Pros Worldwide Forums | Help | Site Map

dim H43 as string

ae
Guest
 
Posts: n/a
#1: Nov 19 '05
what's the best way to Dim an array?

I have:
Dim H43j as string
Dim H44j as string
thru
Dim H100j as string



Jon Paal
Guest
 
Posts: n/a
#2: Nov 19 '05

re: dim H43 as string


Dim H43j as string()



"ae" <ae@discussions.microsoft.com> wrote in message
news:56E7927B-6115-4E75-A636-46E2E7BD7E21@microsoft.com...[color=blue]
> what's the best way to Dim an array?
>
> I have:
> Dim H43j as string
> Dim H44j as string
> thru
> Dim H100j as string
>
>[/color]


Kevin Spencer
Guest
 
Posts: n/a
#3: Nov 19 '05

re: dim H43 as string


Or:

Dim H43() As String

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.

"Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message
news:%23%23GWdaBlFHA.2852@TK2MSFTNGP15.phx.gbl...[color=blue]
> Dim H43j as string()
>
>
>
> "ae" <ae@discussions.microsoft.com> wrote in message
> news:56E7927B-6115-4E75-A636-46E2E7BD7E21@microsoft.com...[color=green]
>> what's the best way to Dim an array?
>>
>> I have:
>> Dim H43j as string
>> Dim H44j as string
>> thru
>> Dim H100j as string
>>
>>[/color]
>
>[/color]


Closed Thread


Similar ASP.NET bytes