I am working on a program that uses a variety of variables (decimal, int, string). I have tried a couple of things:
First, was to put this all the data into 3 different arrays, but I kept getting errors. My code looked something like this: int array[0] = variable
Second, I created a series of public variables in a separate class. I then loaded this variables with data, but I cannot pass the data to another class.
Any suggestions would be helpful.
Thanks,
Paul