Quote:
Originally Posted by Greg McKaskle
The first part of that, using 1 instead of the enum "AI 1" will result in a coercion dot, and will work as long as you know the encoding. This is sometimes useful when casting between enums or when using a loop to get all values. So in other words, this isn't really an error, but when doing constants, it is much more readable to use the specific ones.
Greg McKaskle
|
Hm, i'm really interested to know where I could have read about this beforehand.