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

Title: IRD 7.5.001.07: Variable cannot start with a "BL". Reason?
Post 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.
Title: Re: IRD 7.5.001.07: Variable cannot start with a "BL". Reason?
Post by: terry on February 01, 2017, 06:21:10 PM
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.
 
Title: Re: IRD 7.5.001.07: Variable cannot start with a "BL". Reason?
Post by: Gef Buneri on February 02, 2017, 07:53:49 AM
Clear as sun, Terry. Thank you very much.