I think that the problem is in the use of the array, 'cause i usually use strings in digits, and it works

Code:
STRING* test = "Hello World";

PANEL* animation_pan =
{
	pos_x = 100;
	pos_y = 100;
	digits (50,50,"Anim1:%s", #14, 1, test);

...


This works..