Special purpose commands

Print this Topic

Commands

SetProjectName [“new name”]

SetScriptDialogTitle [“dialog title”]

RecalcAll

Beep

Createlog

Explanation

Use the SetProjectName command to change the name of the project file (the name it will have when next saved) and the SetScriptDialogTitle command to change the wording of the dialog that shows while the script is running (only useful if you are creating scripts to be used by others).

If you are opening a file created by a prior version of Prism, and saved in the large format (which includes analysis results) the RecalcAll command will tell Prism to recalculate all the results.

If you script takes a long time to complete, you might want to use the Beep command to alert you when the script is complete.

If you run a script from the script dialog, every step is logged in the second tab of the dialog. In this case, the CreateLog command is ignored, as the log is always created. If you run a script from a file, the CreateLog command starts logging every step into a file with the same name as the script file, but the extension .log.



Copyright (c) 2007 GraphPad Software Inc. All rights reserved.
URL: http://www.graphpad.com/help/Prism5/Prism5Help.html?special_purpose_commands.htm