Search found 3 matches

by dziekan_tek
Tue Oct 14, 2008 9:38 pm
Forum: QBasic / QuickBasic related
Topic: TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)
Replies: 1
Views: 2881

Re: TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp use

I found the solution !!! :-D
The Ultimate Liveset Cuesheet Editor (QeD 2.0).
So... forget about my request ;-P

Cheers :-)
by dziekan_tek
Tue Oct 14, 2008 8:55 pm
Forum: QBasic / QuickBasic related
Topic: converting decimal to HH:MM:SS?
Replies: 5
Views: 3636

Dragoncat wrote: min% = (seconds% mod 60)/60
Everything's fine but here is a little mistake. It should be:

min% = (seconds% / 60) MOD 60

;-)
Cheers!
by dziekan_tek
Tue Oct 14, 2008 6:57 pm
Forum: QBasic / QuickBasic related
Topic: TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)
Replies: 1
Views: 2881

TXT2CUE Converter (CUE Player Plugin 0.57 for Winamp useful)

Hello everyone,

Years ago I was making some easy little programs in QBasic :-)
but it was years ago... And I thought that my idea could be realized in this high level language.
I have problem and little request for U. I think it'll be easy for U :-)
What idea have I? TXT 2 CUE converter. What is it ...