Hello

Is it possible in Lite-C to pass values to an array via a switch...case statement? For example:

switch()
case "my array values" : return {0, 1, 1, 0, 1, 1, 1};

var my_array[7] = "my array values"

I get a syntax error that I seem to be able to trace to the winged brackets.