Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Hey primal.......

Hey primal.......

Scheduled Pinned Locked Moved Visual Basic
data-structures
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    Xandip
    wrote on last edited by
    #1

    Private Sub Form_Load() Dim i As Long, Arr(100) As Long For i = 0 To 5 Arr(i) = InputBox("Enter the " & i & "th number.", "Number Array") Next i MsgBox Arr(0) & " " & Arr(1) & " " & Arr(2) & " " & Arr(3) & " " & Arr(4) & " " & Arr(5) End Sub :)

    The name is Sandeep

    V 1 Reply Last reply
    0
    • X Xandip

      Private Sub Form_Load() Dim i As Long, Arr(100) As Long For i = 0 To 5 Arr(i) = InputBox("Enter the " & i & "th number.", "Number Array") Next i MsgBox Arr(0) & " " & Arr(1) & " " & Arr(2) & " " & Arr(3) & " " & Arr(4) & " " & Arr(5) End Sub :)

      The name is Sandeep

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      So what is your query?

      Vasudevan Deepak Kumar Personal Homepage Tech Gossips

      X 1 Reply Last reply
      0
      • V Vasudevan Deepak Kumar

        So what is your query?

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        X Offline
        X Offline
        Xandip
        wrote on last edited by
        #3

        Sorry man.. That was my friend.. He needed some help regarding arrays. So I just answered him. Sorry to bother you.:)

        The name is Sandeep

        C 1 Reply Last reply
        0
        • X Xandip

          Sorry man.. That was my friend.. He needed some help regarding arrays. So I just answered him. Sorry to bother you.:)

          The name is Sandeep

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Where was his question?


          Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups