VBA

Moderators: PavlinII
Number of threads: 1614
Number of posts: 3000

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
array of strings Posted by nova_strife on 24 Sept 2004 at 8:31 AM
does anyone know how to create an array of strings to use in code? i can't quite figure it out. i looked in the msdn library, and this is what i found:

CString WordArray:: GetAt (Int(10))

but, it's not doing what i'm wanting to do with it. it's been so long since i've used vb, that i've forgotten how to create them.

thanks in advance!
Report
Re: array of strings Posted by PavlinII on 24 Sept 2004 at 12:18 PM
: does anyone know how to create an array of strings to use in code? i can't quite figure it out. i looked in the msdn library, and this is what i found:
:
: CString WordArray:: GetAt (Int(10))
:
: but, it's not doing what i'm wanting to do with it. it's been so long since i've used vb, that i've forgotten how to create them.
:
: thanks in advance!
:
Dim myArray() As String 'Dynamic array
Dim myArray(0 to 10) As String 'Static


Pavlin II[/size]

Don't take life too seriously anyway you won't escape alive from it!





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.