Support Board
Date/Time: Sun, 08 Jun 2025 20:35:33 +0000
Post From: How to know if the user changed an input value
[2023-01-12 22:04:44] |
User183724 - Posts: 194 |
you'd need an if statement... if(var == intial value) { perform this code if intial value hasn't changed... } else { either skip over this or perform this code } Date Time Of Last Edit: 2023-01-13 00:05:59
|