DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information.... |
Home Technical Documents Control by External Programs | ||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
Control by External ProgramsDataLab can be controlled by external programs by sending a WM_CopyData message to DataLab which contains either a filename of a data file (.IDT- and .ASC files are supported) or the name of a DataLab script (file extension '.ISC'). If the message does not contain a valid filename DataLab either generates an appropriate error dialog or ignores the message (the actual behavior depends on the state of the switch "Display external control error messages"). The filename may either be passed as a fully specified path (disk character, path, and filename) or with no path at all (filename only). If DataLab receives a filename without a path it is assumed that the file to be loaded is located in the current working directory. If the file extension of the passed filename is '.IDT' or '.ASC' the corresponding data file is loaded. If the file is a script (extension '.ISC') it will be loaded and executed. In order to control DataLab by an external program, this program first has to create a suitable DataLab script and then pass the filename of the script to DataLab. When sending the message to DataLab, one of the following error codes are returned:
|