- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
if kol=1 then begin
if GSravn.Cells[kol,Str]='VF'
then GSravn.Cells[kol,Str]:='RF'
else if GSravn.Cells[kol,Str]='RF'
then GSravn.Cells[kol,Str]:='PF'
else if GSravn.Cells[kol,Str]='PF'
then GSravn.Cells[kol,Str]:='PT'
else if GSravn.Cells[kol,Str]='PT'
then GSravn.Cells[kol,Str]:='RT'
else if GSravn.Cells[kol,Str]='RT'
then GSravn.Cells[kol,Str]:='VT'
else if GSravn.Cells[kol,Str]='VT'
then GSravn.Cells[kol,Str]:='VF';
guest 24.04.2009 10:44 # 0
исключительный говнокод. классика говнокода конструкция if then else if then else if then.
и так далее в бесконечную рекурсию
жалко что говнокодеры не знают что
if then....
if then....
if then....
реально будет работать быстрее при любых раскладах, да и воспринимать этот говнокод легче
guest 24.04.2009 20:07 # 0
Жаль что гавнюки не знают разницы между if then else if then и if then if then