Support Board
Date/Time: Mon, 03 Nov 2025 08:32:39 +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
|
