
Für mich baue ich es auf jeden Fall ein (und steht Euch damit autom. zur Verfügung).[/quote]
Jetzt wollten wir Dir einmal Arbeit sparen, dann ist es auch wieder nicht recht.






Gruß
Paul
Code: Alles auswählen
TAP_SPrint(textBuf, "%s ([color=Blue][b]%d:%02d[/b][/color] / %d:%02d) -> %d:%02d:%02d", textBuf, [color=Blue][b](PlayInfo.duration * PlayInfo.currentBlock / PlayInfo.totalBlock) / 60, (PlayInfo.duration * PlayInfo.currentBlock / PlayInfo.totalBlock) % 60[/b][/color], RecInfo.duration / 60, RecInfo.duration % 60, RecInfo.recordedSec / 3600, (RecInfo.recordedSec % 3600) / 60, RecInfo.recordedSec % 60);
Code: Alles auswählen
TAP_SPrint(textBuf, "%s ([color=Blue][b]%d:%02d[/b][/color] / %d:%02d) -> %d:%02d:%02d", textBuf, [color=Blue][b](PlayInfo.duration * PlayInfo.currentBlock / PlayInfo.totalBlock) / 60, (PlayInfo.duration * PlayInfo.currentBlock / PlayInfo.totalBlock) % 60[/b][/color], RecInfo.duration / 60, RecInfo.duration % 60, RecInfo.recordedSec / 3600, (RecInfo.recordedSec % 3600) / 60, RecInfo.recordedSec % 60);