Suliman:

        void foo()
        {
        writeln("test");
        writeln(mystring);
        }
        foo();   <<<<<
}

I guess you have to remove that line.

Bye,
bearophile

Reply via email to