Hi,
Is there any way that anyone knows of to differentiate between when a textbox has nothing written in it and when it has 0 written in it? Only my code seems to read them both as the same thing.
Clarkey Boy
Try using "===".
ok... thanks. As I am not gonna get anything by searching that up in google, what exactly does '===' mean?
Comparison Operators