zamiast tego
func void DIA_Questob_ST_Wybor1 ()
{
ConcatStrings(x, "A");
};
func void DIA_Questob_ST_Wybor2 ()
{
ConcatStrings(xn, "B");
};
func void DIA_Questob_ST_Wybor3 ()
{
ConcatStrings(xnm, "C");
};
daj to
func void DIA_Questob_ST_Wybor1 ()
{
x = ConcatStrings(x, "A");
};
func void DIA_Questob_ST_Wybor2 ()
{
xn = ConcatStrings(xn, "B");
};
func void DIA_Questob_ST_Wybor3 ()
{
xnm = ConcatStrings(xnm, "C");
};