Language
Pascal
Remove
Platform
Any
License
Any
I have a problem with Dev-Pascal and graph unit.
After i am compiling this code the graphic window appears along with the console, and the program is not working, it should keep the graph window...
: Does anybody know how to make an application with an invisible
: console without any program ? I am making a program that needs to
: stay opened all the time but its console window isn't very...
thanks a lot
it is all clear and so simple now:)
I do appreciate your help
: Is there any chance you could explain me the purpose of the zeroadj
: function, what does it do?
:
zeroadj is just formatting aid, will add a zero to the beginning of a string if its length...
wow!!!
that response was really quick!!!
thanks a lot!
Is there any chance you could provide me with some more coding?
I have got gettime/getdate functions of course but how do I...???
I do...
Hello,
If you need two integers from it, there is the procedure:
procedure ReadTime(var min, s: integer);
var time: string;
poz: integer;
begin
Readln(time);
poz...
Could anyone help me this problem?
if the input(time) is: 2:30
how can I readln 2 and 30 separately?
Thanks.
You'll definitely need someone with lots of time on his/her hand. Why don't you try this: http://sourceforge.net/project/showfiles.php?group_id=50975 It helped me on a few occasions.
Regards,...