dealing with array in vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fintovadakkan
    New Member
    • Mar 2010
    • 1

    dealing with array in vb

    i want to generate random numbers and to store in an array than i want to store that values into database
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    To generate random numbers use RND, and just store them in the array. To save them into a database, put them into a Dataset and update it to your database.

    Comment

    Working...