I am trying to create an array of strings, but I'm being given a syntax error. Is what I'm trying to do possible in lite-c? My programming experience is in Java.
Code:
	STRING imageGreen[2] = { "screen_nointruders.bmp", "screen_knowyourenemy.bmp" };