Support Forums

Full Version: Help topic so far...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What are enumerations & arrays exactly??? Difference at all???
Arrays is just ranges of data, enum's are user-defined types which are constant. So say you have created a type of object called "Products" now you can enum a specific range in that type of class as constants.