Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 22:46:27 +0000



Post From: How to know if the user changed an input value

[2023-01-12 22:04:44]
User183724 - Posts: 183
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