Warning: gLastClick is not defined in the variables, a dynamic (media type) variable is created
Warning: gLastClickID is not defined in the variables, a dynamic (media type) variable is created
Warning: gLastClick is not defined in the variables, a dynamic (media type) variable is created
Warning: gLastClickID is not defined in the variables, a dynamic (media type) variable is created
Do I have to create that variables and for what?
Regards
Thomas
Hi Thomas,
I think, you have not declared the variable “gLastClick” and use the variable in your code. That’s why it is giving the warning that, It is automatically created for you with media type.
You can declare the variable with your appropriate type to get rid of this warning.