![]() |
[VB] Linked List question
I doubt that's the correct wording for it. I'm used to C, not VB. Anyway, I'm trying to make multiple instances of a something so that I can easily edit them, then I want to write it to a file. My problem right now is, I don't know how to make a list like that or if it's possible. Thanks.
|
If you know how many items you will need, you could put them into an array instead of a linked list.
|
Quote:
something like this: Code:
Public Class Form1 |
An example of the list that I'm using is:
Mob char Name; char longname; char short; int level; and a bunch more after it. In all I think there are about 25 values that are needed. There could be at least 1000 instances of each list. |
All times are GMT -8. The time now is 12:48 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project