Guest User

Untitled

a guest
Nov 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. comment got a string of "Greater" but will show "Undefined". comment2 and comment3
  2.  
  3.  
  4. if (math >= greater) {
  5.  
  6. finalcomment = comment;
  7. }
  8. else if ((math >= between1) && (math <= between2)) {
  9.  
  10. finalcomment = comment2;
  11. }
  12. else if (math <= less) {
  13.  
  14. finalcomment = comment3;
  15. }
  16. else {
  17. validationMsgs("ERROR ERROR ERROR, Information", "OK");
  18. }
Add Comment
Please, Sign In to add comment