Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_Language_Q18_8.eal

Scroll Prev Top Next More

string Integer_IV

string Switch_Value_SV

 

response to start

 

    copy Integer_IV "~" to Switch_Value_SV

 

    switch Switch_Value_SV is

 

        case line col 1 "1010~" is

            ACTION STATEMENT(S)

 

        case line col 1 "100~" is

            ACTION STATEMENT(S)

 

        case line col 1 "10~" is

            ACTION STATEMENT(S)

 

        case line col 1 "1~" is

            ACTION STATEMENT(S)

 

        default is

            ACTION STATEMENT(S) 

    end switch