Цитата:
try
Lk_vvod:=System.Convert.ToSingle(TextBox_Lk_vvod.T ext);
except
on e:FormatException do
begin
if TextBox_Lk_vvod.Text='' then
TextBox_Info.Text:= 'Укажите длину.'
else
TextBox_Info.Text:= 'Ошибка ввода!.';
goto Metka;
end;
end;
|
Выдаёт ошибку:
'Void' does not contain a member named Metka a line 2548.
В чём может быть причина?