Results 1 to 5 of 5

Thread: [RESOLVED] [2008] Help in variables

  1. #1

    Thread Starter
    Lively Member mahammad()'s Avatar
    Join Date
    Jun 2008
    Location
    Cairo , Egypt
    Posts
    71

    Resolved [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.

  2. #2
    Hyperactive Member
    Join Date
    Nov 2004
    Posts
    260

    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

  3. #3

    Thread Starter
    Lively Member mahammad()'s Avatar
    Join Date
    Jun 2008
    Location
    Cairo , Egypt
    Posts
    71

    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

  4. #4
    Hyperactive Member
    Join Date
    Nov 2004
    Posts
    260

    Re: [2008] Help in varables

    see the declaration

    Dim a(100) As Integer

  5. #5

    Thread Starter
    Lively Member mahammad()'s Avatar
    Join Date
    Jun 2008
    Location
    Cairo , Egypt
    Posts
    71

    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
  •  



Click Here to Expand Forum to Full Width