Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Gef Buneri on February 01, 2017, 11:45:22 AM
-
Hi all; never happened in years.
As in object. Anyone knows the reason for I can't name a VAR BL"SOMETHING" in strategy/sub variable list?
Regards,
Gef.
-
For reason you will need to go to 5.x - the strategies language syntax and compiler are still the same.
There was possibility to define "internal subroutines" and to call them - everything inside single strategy (= everything was compiled into single binary), Quite different from current way when every subroutine is separate strategy.
In any way those internal subroutines was called blocks and was started with labels with names BL"SOMETHING". As result names BL.... might have special meaning for compiler.
-
Clear as sun, Terry. Thank you very much.