Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - dim H43 as string

 
Thread Tools Search this Thread
Old 07-29-2005, 07:26 AM   #1
Default dim H43 as string


what's the best way to Dim an array?

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




=?Utf-8?B?YWU=?=
  Reply With Quote
Old 07-29-2005, 09:22 AM   #2
Jon Paal
 
Posts: n/a
Default Re: dim H43 as string
Dim H43j as string()



"ae" <> wrote in message
news:56E7927B-6115-4E75-A636-...
> 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
  Reply With Quote
Old 07-29-2005, 01:40 PM   #3
Kevin Spencer
 
Posts: n/a
Default 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%...
> Dim H43j as string()
>
>
>
> "ae" <> wrote in message
> news:56E7927B-6115-4E75-A636-...
>> what's the best way to Dim an array?
>>
>> I have:
>> Dim H43j as string
>> Dim H44j as string
>> thru
>> Dim H100j as string
>>
>>

>
>





Kevin Spencer
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Give you enough string functions in Java web reporting tool freezea Software 0 10-08-2009 09:03 AM
urgent help....need urgent help on say string task.. pooja Software 0 03-03-2009 06:16 AM
Java String Problems rbnbenjamin General Help Related Topics 0 02-03-2009 11:02 PM
ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) msandlana Software 0 04-25-2008 06:37 AM
Hidden linebreaks in string? VB.NET Jiggy Software 0 04-23-2008 02:18 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46