Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Can a whole server be made by enums? Or anything in script.:I need a really better alternative for dini , ysi and mysql. If you guys can suggest me the best.
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
SQLite, best known alternative and really powerful.
"Enums" is irrelevant to the context here. Enumerators are used as a part of an array, nothing to compare with a saving system.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Gammix
Enumerators are used as a part of an array
|
That is not all they are for. They can be used for a lot more.
But yes, they are completely out of context here and make no sense on this subject.
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
I was just referring to a general use, example use of enums.
And i think if the OP is refering to memory vars, then he must read SVars and PVars!
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
Enums are used to assign names to indexes (generally to make them more organized ) as in ( array[10] is no different than array[some_10_index_enum] )
At the end, enums will be compiled simply as numbers ( ? not 100% sure ) so nope, it's not possible to save anything in them
There is pretty much nothing neat and more organized than MySQL - 1 file, 1 database, multiple perfectly organized tables ( unless you lack common sense when creating them .. ), I suggest you to use that