HI All,
how construct2 compare two string please give me any idea about this.
because i have use " = " and it doesn't give me the good result
using " = " is good so it's not the problem
Are these 2 string global variables ? if not can you share a .capx ?
Try using the system 'compare values' condition. If that doesn't work, I think we need to know more about what you're trying and where you're entering it.
Develop games in your browser. Powerful, performant & highly capable.
If the initial value of a string variable is between brackets it won't work, for example:
Local Variable Bob = "salsa" (will NOT work)
Local Variable Bob = salsa (will work)
ps: I know this is a 2012 question, but this "bug/feature" still exists.
Yes, wasted a few hours on this