Download this file
VAR test: ARRAY[0..(2-1)] OF BYTE; END_VAR FUNCTION func:BOOL; test[1] := 5; END_FUNCTION