Post Reply 
FREEZE instruction
01-12-2014, 12:40 AM
Post: #2
RE: FREEZE instruction
It is used to prevent the system from updating the display, generally after the program finishes. FREEZE does not halt the program, so using FREEZE multiple times in a program does not really make much sense. When most programs on the Prime finish, we are generally shown a popup window of either the value returned by the program, or the value of the last command issued just as the program ends. This screen, of course, updates the display. So if you have a nice image you want to remain on the screen after the program is done, use FREEZE to prevent the system's internal display routines from refreshing the screen.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
FREEZE instruction - Bob Frazee - 01-12-2014, 12:35 AM
RE: FREEZE instruction - Han - 01-12-2014 12:40 AM
RE: FREEZE instruction - patrice - 01-12-2014, 04:12 AM



User(s) browsing this thread: 1 Guest(s)