• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Issues with "undefined" and YYC windows builds ?

Ronchon

Member
Hi,
There seems to be issues in comparing a variable to undefined in YYC windows builds, despite the changelog stating " Fixed issues comparing "variable == undefined" on YYC platforms ".

Doing " if var = undefined " seems to fail for some reason?
After replacing these with "if is_undefined(var)", things worked as expected again.
I'm not sure what's the difference between these 2.
 
Top