And the "Array_video[?] = ..." lines need to be in a function.

eg
Code:
STRING* Array_video[6];

void VideoArray_fill_startup()  
{
   //this function will auto-execute at startup
   Array_video[0] = str_create("VIDEO");
   Array_video[1] = str_create("GAMMA");
   Array_video[2] = str_create("SCREEN");
   Array_video[3] = str_create("GAMMA");
   Array_video[4] = str_create("ALPHA");
   Array_video[5] = str_create("DEPTH");
}




"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial