VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Array Item by ID

by Kyle LaDuke (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This code allows you to get data and store data to a dynamic array using a ID. To get the data you just call GetArrItem("ID OF THE ITEM HERE")
to put an item into the array all you do is: AddArrItem("ID", data) .. to remove one just call RemoveArrItem("ID") .. This makes it easy to handle data in arrays at runtime. ID can be anything you want it to be, so can the data! .. even arrays. The example shows you how to store strings and arrays inside of the dynamic array and also get thier information by using the ID. Vote for me with what ever rating you please, but vote even if you dont like it. please give me some feedback as well.
-Kyle LaDuke

Rate Array Item by ID

Download Array Item by ID

Download Array Item by ID (2 KB)

Array Item by ID Comments

No comments have been posted about Array Item by ID. Why not be the first to post a comment about Array Item by ID.

Post your comment

Subject:
Message:
0/1000 characters