This doesn't seem to be working the way that I planned. This is a simple decimal to binary and hex converter.
I am wanting the function to return a Boolean value so if the user enters text into the text box, it asks for a number to be entered and doesn't try to convert to binary or hex. It is because the function isn't returning True or False or something in the IfElse statement?
Thanks for any help.
![Name: BooleanFunction.jpg
Views: 27
Size: 35.2 KB]()
I am wanting the function to return a Boolean value so if the user enters text into the text box, it asks for a number to be entered and doesn't try to convert to binary or hex. It is because the function isn't returning True or False or something in the IfElse statement?
Thanks for any help.