joe_pool_is
Well-known member
I want to make this as generic as possible, so Ill use crayons as an example:
Now, how do I declare my Color() array as an object so that I can read and set my variables? This is probably very basic, but it is so basic that I cant find any help on it anywhere. Thanks in advance!
Code:
class Crayon
public Number as short = 0
public Name as string = ""
public Manufacturer as string = ""
end class
private Color(64) as Crayon