VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Array Item by ID

Kyle LaDuke  (1 Submission)   Miscellaneous   Visual Basic 5.0   Beginner   Wed 3rd February 2021

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 (5(5 Vote))

Download Array Item by ID

Array Item by ID Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters