|
![]() |
#1 |
Участник
|
![]() Цитата:
X++: if (duration <= 999) { testPerfomanceTable.Duration2 = Int2Str(duration) + " мс"; } else if ((duration > 999) && (duration < 59999)) { testPerfomanceTable.Duration2 = Int2Str(duration div 1000) + " с " + Int2Str(duration mod 1000) + " мс"; } X++: if (duration <= 999) { testPerfomanceTable.Duration2 = Int2Str(duration) + " мс"; } else if ((duration > 999) && (duration < 59999)) { testPerfomanceTable.Duration2 = Int2Str(duration div 1000) + " с " + Int2Str(duration mod 1000) + " мс"; } else { testPerfomanceTable.Duration2 = ......... .......... }
__________________
-Ты в гномиков веришь? -Нет. -А они в тебя верят, смотри, не подведи их. |
|