2008-02-19, 09:05 AM
sub Wrote:I could of, but I didnt. It achieves the same result.Using enums you would better support the user of your API, by giving him intellisense, and at the same time avoid impossible values. Using ints I had to find out possible values in the documentation, and couldn't find them.