|
-
Jul 25th, 2008, 07:11 AM
#1
Thread Starter
Lively Member
[RESOLVED] [2008] Help in variables
Hi All
Is it possible to create variables in loop statements?
For Example:
can I create 100 variables named var1,var2,var3,var4,var5....etc using For...Next statement?
please help
Thanks
Last edited by mahammad(); Oct 24th, 2008 at 07:39 AM.
-
Jul 25th, 2008, 07:18 AM
#2
Hyperactive Member
Re: [2008] Help in varables
hi friend
why not you use arrey for this. if there is any specific reason then tell me, i will try to make the logic for you.
Tks
Shiv Preet
-
Jul 25th, 2008, 07:22 AM
#3
Thread Starter
Lively Member
Re: [2008] Help in varables
But I can't use the arrey
I don't know a lot about it
How can I use the arrey?
thanks
-
Jul 25th, 2008, 07:28 AM
#4
Hyperactive Member
Re: [2008] Help in varables
see the declaration
Dim a(100) As Integer
-
Jul 25th, 2008, 07:41 AM
#5
Thread Starter
Lively Member
Re: [2008] Help in varables
OK
I don't need the For...Next statement now
the arrey works and this is that I need
thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|