26.08.2014, 14:27
Quote:
Then your error is somewhere else in your code, because everything here looks good.
Just replace this: g_Handle), With: g_Handle); Don't use a , |
Dog = 1;
Cat = 2;
It just reads as one line like Dog = 1, Cat = 2;
Both are correct and valid, don't change your syntax. Enters, or returns are acceptable between this "line" aswell.