Click here to Skip to main content
15,905,616 members

Comments by Badger Roj (Top 2 by date)

Badger Roj 24-Oct-14 5:13am View    
Have you run the code through a debugger (e.g. visual studio)?

My first guess is that returnedlevel is not acquiring a value for which you are testing (i.e. the value of dr1[0]). Try adding an 'else' statement to catch anything else. Even better use a 'switch->case' statement with a 'default' to catch anything else.
Badger Roj 3-Sep-14 8:00am View    
That's the ticket! Thanks very much .. and I did mean Activate :-)