Using variable in boolean expression
#2
(2020-06-02, 11:53)ipefix Wrote: hi everybody
I don't understand the following errors
Code:
2020-06-02 11:47:14.757 T:13016   ERROR: Misplaced [
2020-06-02 11:47:14.757 T:13016   ERROR: Error parsing boolean expression string.isempty($var[durationkod])
2020-06-02 11:47:14.794 T:13016   ERROR: Misplaced [
2020-06-02 11:47:14.794 T:13016   ERROR: Error parsing boolean expression !control.hasfocus(9000) + !string.isempty($var[fanartkod])
Thk a lot
@ipefix , very short answer is because you can't use $VAR's in conditions. What exactly are you trying to achive? If we have an idea what you are trying to achieve we could probably come up with an alternative for you.

Wyrm (AppTV)
Reply


Messages In This Thread
RE: Using variable in boolean expression - by wyrm - 2020-06-02, 16:46
Logout Mark Read Team Forum Stats Members Help
Using variable in boolean expression0