Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
pascal code to reset the program?
Posted

1 solution

There is no such universal concept as "reset". You should develop some semantic procedure changing the state of the application, that's it.

—SA
 
Share this answer
 
Comments
danikecoz 23-Feb-12 1:54am    
Can you give an example?
because I am still learning phase :)
Sergey Alexandrovich Kryukov 23-Feb-12 1:57am    
Example of what? Of some general-purpose Pascal program? OK:

begin
WriteLn("Hello, world!");
end.

Add some state here...
--SA
danikecoz 23-Feb-12 2:01am    
ok thank you :)
Sergey Alexandrovich Kryukov 23-Feb-12 2:27am    
You are welcome. Wish you good luck in learning programming. Try to take is seriously.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900