Hi Adrian,
well you'r right..it's not an error and my progam still goes on, but i don't want to get such warning...
initialized ... well i have something like this:
global string $text[]={
"Hi, Adrian",
"how, are, you"
};
then
global proc print()
{
global string $text[];
...
}
i've tried adding the clear command but it doesn't work...
bye
daniela