UniScript 5.x¶
New Functions in UniPlot 5.14.9 |
|
|---|---|
Displayes the record filter for the given dataset. |
|
The moving_median function calculates a moving median. The function operates over a moving window of values. For each window, the middle value found in the window is used. |
New Functions in UniPlot 5.14.7 |
|
|---|---|
nc_from_obj creates a netCDF file from a special structured UniScript object. |
|
nc_to_obj reads a netCDF file or a selection of channels of a netCDF file into a UniScript object. |
New Functions in UniPlot 5.14.5 |
|
|---|---|
IpwInfo returns the number of streams and the total size of all streams of an IPW or IPZ file. |
|
us_lock locks the Windows message loop while an UniScript function is executed. |
New Functions in UniPlot 5.14.0 |
|
|---|---|
cast performs a C-cast operation, for example |
|
get_math_lib returns the name of the enabled math libray. |
|
Fast search function to locate a file in a given list of directories. |
|
set_math_lib sets the math library. |
|
Singular value decomposition. |
New Functions in UniPlot 5.12.0 |
|
|---|---|
Checks if the data tooltips are enabled. |
|
Enables or disables the data tooltips. |
|
ObjGetUserData returns a data-object, set with ObjSetUserData. |
|
ObjSaveUserData save the data of a data-object added with ObjSetUserData in the connected IPW file. |
|
ObjSetUserData saves a data-object created by obj_create in a UniPlot-object (dataset, diagram, page, drawing object, etc.). |
|
corrcoef returns the correlation coefficient. Its square is the coefficient of determination. |
|
cov returns the covariance of its parameter. |
New Functions in UniPlot 5.11.1 |
|
|---|---|
std returns the standard deviation of its parameter. |
New Functions in UniPlot 5.11.0 |
|
|---|---|
Creates a legend table for the data files used in the page or document. |
|
DocExchangeDataFiles executes a data exchange for a complete document. |
|
DocGetDataFileList returns the list of used data files in the document or page. |
|
DocSetDataFileList saves the list of used data file names in the document. |
|
fround rounds the elements of a matrix. The number of significant digits can be specified. |
New Functions in UniPlot 5.10.2 |
|
|---|---|
XYZFilterCallback will be invoked in XYZCreate to remove unwanted data points. |
|
reduce3d removes data points from an x/y/z dataset. |
New Functions in UniPlot 5.10.1 |
|
|---|---|
ADDIN_LoadAddIn loads an Addin. |
|
PageSaveAsBitmapEx creates a bitmap with high resolution or WMF file from the given page. |
|
Executes a rainflow counting function. The results are displayed in a template. |
New Functions in UniPlot 5.10.0 |
|
|---|---|
Displays the x- or y-value of a 2D dataset at the cursor position. |
|
AppGetToolbarInfo returns a matrix with toolbar names and an information if the toolbar is visible. |
|
The function AppGetUserColorTable returns a vector with 16 user colors. |
|
AppSetToolbarInfo switches toolbars on or off. |
|
The function AppSetUserColorTable sets the user colors. |
|
MnInsertPopup inserts a new popup menu into a menu. |
|
matlab_load loads a MATLAB file (mat file) into a UniScript object. |
|
matlab_save saves a UniScript object in a MATLAB file (mat file). |
|
nc_dimredim modifies the size of a dimension. The NC2 file must be set to define mode (see nc_endef/nc_redef). |
|
nc_varinq_changed returns the change counter of a netCDF variable. |
|
uuid returns a Universally Unique Identifier (UUID) as a string. |
New Functions in UniPlot 5.9.3 |
|
|---|---|
DocInsertToc inserts or updates a Table of Contents. |
|
NC_ExportData converts UniPlot data files (.nc, .nc2) into another data format. |
|
isfinite determines whether the given number is finite. |
New Functions in UniPlot 5.9.2 |
|
|---|---|
PagePasteSpecial inserts clipboard data into the active layer of UniPlot document page. |
|
PagePasteSpecialDialog inserts clipboard data into the active layer of UniPlot document page. If the data is available in different formats, a selection dialog box is displayed. |
New Functions in UniPlot 5.9 |
|
|---|---|
AppGetGlobalOption returns a value of an option from Tools=>More Options. |
|
AppSetGlobalOption sets a value of an option from Tools=>More Options. |
|
ExcelRead3 reads MS-Excel files (.xls). |
|
NC_MapInterpolation calculates new channels by map interpolation and adds the new channels to an NC file. |
|
PagePaste inserts clipboard data into a UniPlot document page. The function supports only the OLE format and the UniPlot format. |
|
XYClip clips the specified 2D dataset to the x-range displayed in the diagram. |
|
XYGetFirstPoint returns the position (index) of the first loaded data point. |
|
XYReload loads data. |
|
XYSetFirstPoint is used internally. The function is used if only a range of data points are loaded. |
|
aop_getvale returns values of application elements. |
|
clipboard_enum returns an integer array of clipboard formats. |
|
clipboard_format_name returns the format name for a given format index. See clipboard_enum. |
|
clipboard_get_data returns the clipboard data as a string. The sting can contain 0-characters. |
|
clipboard_is checks if the given format is in the clipboard. |
|
excel_get_style_index returns the index of cell style. |
|
excel_get_style_map returns a map with style names. |
|
ftf_close frees all memory used by the context. |
|
ftf_get_row_num returns a real matrix loaded with ftf_get_rows. |
|
ftf_get_row_str returns a string matrix loaded with ftf_get_rows. |
|
ftf_get_row_type returns a type matrix loaded with ftf_get_rows. |
|
ftf_get_rows loads the next nRowsMax rows. |
|
ftf_get_size returns the number of rows and columns of the given text file. |
|
ftf_open reads text files (ASCII) containing rows and columns of text, numbers and empty fields. The function can be used instead of FileToField. ftf_open can read large data files with hundreds of Megabytes. |
|
ftf_rewind sets the pointer to the beginning of the file. |
|
registry_load copies all UniPlot settings from the specified XML file to the Windows registry. |
|
registry_save copies all UniPlot settings from the Windows registry to the specified XML file. |
New Functions in UniPlot 5.8.0 |
|
|---|---|
OBJSetRefPoint specifies, to which corner of the object the position coordinates refer. |
|
sgolayfilt computes a moving average using the Savitzky-Golay algorithm. |
New Functions in UniPlot 5.7.0 |
|
|---|---|
AppNewTimer creates a new timer. The specified callback function will be invoked when the specified time has run down. The function is invoked until a call of AppKillTimer terminates the timer. |
|
AppShowTimer returns information about the active timers. |
|
The function FE_UpdateNCFile adds all formulas to the given NC file. |
|
TableSetSize sets the number of rows and columns. |
|
The ch function returns the data of a given channel as a row vector. |
|
set_ch sets the new channel data. |
New Functions in UniPlot 5.6.0 |
|
|---|---|
Is replaced by fround. |
|
nc_last_error returns the last error that occurred of UniPlot data files. If the last invoked |
|
nc_sync writes all buffered data to the file. |
|
nc_vardelete deletes a given variable. A variable can only be deleted if the file is not in definition mode. |
|
option_add adds an option to the Tools=>More Options dialog box. The option data is saved in the Windows registry or an INI file. |
|
option_dialog opens the option dialog box Tools=>More Options. |
|
updf_close_storage closes a storage of sub storage. |
|
If a root storage is given the changes are written to disk. |
|
updf_copy_to copies a storages and all containing streams, storages and properties recursively into another storage. |
|
updf_create_file creates a new updf file. |
|
updf_create_storage creates a new storage within a storage. |
|
updf_create_stream creates a new stream in a storage. |
|
updf_destroy_element removes (destroys) a storage or stream in a storage. |
|
updf_dump saves a complete updf file in a directory. For storages a new subdirectory will be created. Properties will be saved in xml files. Streams will be saved in binary files. |
|
updf_enum_begin can be used with updf_enum_next to iterate over all streams and storages of a storage object. |
|
updf_enum_next can be used with updf_enum_begin to iterage over all streams and storages of a storage object. |
|
updf_file_close closes a updf stream. |
|
updf_fileversion returns the file version. |
|
updf_gen copies the all files of directory an its subdirectories into an updf file. |
|
updf_get_error_string returns the error message for the error code returned by updf_is_error. |
|
updf_is_error checks if a fatal error occurred. |
|
updf_open_file opens an existing updf file. |
|
updf_open_storage opens a storage in a updf file. |
|
updf_open_stream opens an existing stream in a updf file. |
|
updf_prop_close closes the properties in a storage or stream. |
|
updf_prop_count returns the number of properties. |
|
updf_prop_delete removes a property-object (key/value pair). |
|
updf_prop_enum iterates over all properties of a stream or storage. |
|
updf_prop_enum_close closes a propEnum object. |
|
updf_prop_enum_next can be used with updf_prop_enum to iterate over all properties of a stream and storage. |
|
updf_prop_get_at returns a property-object. |
|
updf_prop_has_key checks if the given property-name exists. |
|
updf_prop_open opens the properties of a given storage or stream. |
|
updf_prop_set_at writes a property. |
|
updf_propval_get returns a property value. |
|
updf_propval_get_info returns information about a property. |
|
updf_propval_new creates a new property value object. |
|
updf_rename_element changes the name of a stream or storage. |
|
updf_revert reverts all modifications since the last open or commit command (updf_commit). |
|
updf_stat_get_len is the size of a stream (number of bytes). If stat contains a storage object the function returns 0. |
|
updf_stat_get_name returns the storage of stream name. |
|
updf_stat_get_type returns the type of an element. |
New Functions in UniPlot 5.5.0 |
|
|---|---|
AppKillTimer will stop the timer, started with AppNewTimer. |
|
Is replaced by AppNewTimer. |
|
The ExcelRead2 function reads MS-Excel formatted files. |
|
FS_ReadDirectoryChanges_Create starts watching a directory. Any changes (renaming, creating, or deleting a file) will be logged. The changes can be received calling the FS_ReadDirectoryChanges_Get function. |
|
FS_ReadDirectoryChanges_Destroy stops watching a directory. |
|
FS_ReadDirectoryChanges_Get returns all file names logged since the last time the function FS_ReadDirectoryChanges_Get or FS_ReadDirectoryChanges_Create was invoked. |
|
IsFileExcelUTX checks if the given file is an Excel file ( |
|
SetFileTime sets the date and time at which given files were created, last accessed and last written to. |
|
excel_close closes an Excel document opened with excel_open or excel_create. |
|
excel_create creates a Excel file in the Biff 12 format (Excel 2007 or newer with the extension .xlsx). |
|
excel_get_sheetnames returns a string vector with the sheet names of an Excel file. |
|
excel_open opens an Excel file for reading. |
|
excel_sheet_close closes a sheet and frees all memory associated with the sheet object. |
|
excel_sheet_create creates a new Excel sheet. |
|
excel_sheet_get_row_num returns a real data matrix with the values of a section of a Excel sheet. |
|
excel_sheet_get_row_str returns a string data matrix with the values of a section of an Excel sheet. |
|
excel_sheet_get_row_style returns a real data matrix with the style indizes of an Excel 2007 sheet |
|
excel_sheet_get_row_type returns a real matrix with the data types of a section of an Excel sheet. |
|
excel_sheet_get_rows reads the specified number of rows starting at the current position. The current position is updated by the number of rows read. To fetch the data use excel_sheet_get_row_num, excel_sheet_get_row_str and excel_sheet_get_row_str. |
|
excel_sheet_get_size returns the number of rows and columns of an Excel sheet. |
|
excel_sheet_open opens an Excel sheet. |
|
excel_sheet_put_rows writes data starting at the current position to an Excel sheet in the Biff 12 format (Excel 2007, Extension .xlsx). |
|
pq_connectdb makes a new connection to the database server. |
|
pq_error_message returns the last error message. |
|
pq_escape_bytea prepares binary data (BLOP) of type bytea to use in an SQL command. |
|
pq_escape_string prepares an SQL string. |
|
pq_exec executes an SQL command. |
|
pq_finish closes the connection to the server. |
|
pq_fname returns a column name of a query result. |
|
pq_getvalue returns a single field from a query result. |
|
pq_nfields returns the number of columns in the query result. |
|
pq_ntuples returns the number of rows (tuples) in the query result. |
|
pq_result_error_message returns the error message if an error in pq_exec occurred. |
|
pq_result_status returns the status of an SQL command |
|
pq_server_version returns the server version. |
|
pq_status returns the status of the connection. |
|
pq_unescape_bytea converts bytea data to binary data. |
|
rspline computes a rational spline under tension for a given x and y vector. |
|
sqlite3_busy_timeout sets the time limit to open a locked SQLite database. |
|
sqlite3_close closes the open SQLite database. |
|
sqlite3_execute executes an SQL command. |
|
sqlite3_last_insert_rowid returns the integer primary key of the last INSERT command. |
|
sqlite3_libencoding returns the SQLite database string coding. In this version it returns |
|
sqlite3_libversion returns the SQLite library version. |
|
sqlite3_open opens an SQLite database. If the database does not exist it will be created. |
New Functions in UniPlot 5.4.0 |
|
|---|---|
Calculates the volume, area or the quotient volume/area for a given 3D dataset. |
New Functions in UniPlot 5.3.4 |
|
|---|---|
DocGetAllPages returns a vector of all page handles for the given document or page handle. |
|
XYGetXMonoton returns a value greater 0, if the x-coordinates are monotonically increasing or decreasing. |
New Functions in UniPlot 5.3.2 |
|
|---|---|
ImageSetPixelColor sets the color value of a bitmap pixel of a complete bitmap. |
|
ImageSetPixelGray sets the gray value of a pixel or complete bitmap. |
|
histc calculates a histogram. |
|
nc_attcopy copies a given attribute into a different NC file. |
|
nc_copy copies all variables and attributes of an NC file to a new NC file. |
|
nc_inquire_format returns the file format for a given ncid. |
New Functions in UniPlot 5.2.0 |
|
|---|---|
The function AppGetActivePrinterName returns the active printer name. |
|
DocPrintPDF prints the document pages to a PDF file. |
|
ImageGetHeight returns the height in pixel of the given image. |
|
ImageGetPixelColor returns the color value of a pixel as an RGB value. |
|
ImageGetPixelGray returns the gray value of a pixel. |
|
ImageGetWidth returns the width in pixel of the given image. |
|
PageGetPaperSize returns the index of a paper size. |
|
The moving_average function calculates a moving average. This filter can be used to reduce random noise. |
|
plotxyz creates a new 3D dataset and plots the data into a diagram. The 3D dataset can be created from scattered XYZ triples or from a rectangular grid (matrix). |
New Functions in UniPlot 5.1.2 |
|
|---|---|
PageSetSize sets the paper size in centimeter or selects a predefined paper size. |
New Functions in UniPlot 5.1.0 |
|
|---|---|
XYCopyConfig copies the style properties from the source 1D or 2D dataset to the destination 1D or 2D dataset. |
|
XYZCopyConfig copies the style properties from the source 3D dataset to the destination 3D dataset. |
New Functions in UniPlot 5.0 |
|
|---|---|
AppGetBatchMode returns the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. |
|
AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. |
|
DdeAdvise starts or stops a DDE advise loop with a server (Hot-Link). |
|
DdeCallback_Advise is called by the server to send data to UniPlot. |
|
DdeServiceName The DdeNameService function registers a service name for UniPlot as a sever. The default service name is |
|
LayerGetPolarConfig returns the polar diagram configuration. |
|
LayerIsAxisTitleFreePos returns TRUE (1) if the axis title position can be modified using the mouse. |
|
LayerSetAxisTitleFreePos specifies if the position of the axis title can be modified using the mouse. |
|
LayerSetPolarConfig set the polar diagram configuration. |
|
MapCopy creates a copy of the given map object. |
|
Displays the text object configuration dialog box. |
|
TBIsClipText returns TRUE (1), if clipping is enabled. |
|
TBIsWordWrap returns TRUE (1), if word wrap is enabled. |
|
TBSetClipText enables or disables clipping. |
|
TBSetWordWrap enables or disables word wrap. |
|
XYZSetData sets the xyz-coordinates of a dataset. |
|
aop_closeenv ends a session. |
|
aop_getapplinf returns the application structure of an ASAM-ODS database. |
|
aop_getattr returns attribute information about an application element. |
|
aop_getinstattr returns instance element attributes. |
|
aop_getinstref returns the instance references. |
|
aop_getpar returns the value of parameters. |
|
aop_getsecuritylevel returns the security-level of the specified element id. |
|
aop_getval returns the values of application elements. |
|
aop_getvalattr returns channel attributes of one or more partial matrices. |
|
aop_getvalinf returns information about a submatrix. |
|
aop_getvalval returns the values of a measurement (AoSubMatrix). |
|
aop_openenv creates a new session. |
|
aop_putval writes data for an instance to the database. |
|
aop_setinstref set instance references. |
|
aop_setpar sets properties. |
|
aop_setpassword sets a new password. |
|
fclearerror resets the error flag for the given file handle. |
|
ferror checks if the error flag for the given file handle is set. |
|
log_add_logger adds a logger to the list of loggers. |
|
log_error writes a log message. |
|
log_get_filename returns the log file name or an empty string if logging is disabled. |
|
log_get_level returns the output level for the given logger. |
|
log_get_logger_names returns a string vector with all logger names. |
|
log_is_active checks if the given logger is enabled. |
|
log_set_active enables or disables a logger. |
|
log_set_filename sets a file name of the output file for all loggers. |
|
log_set_level sets the output level for the given logger. |
|
mem_dump prints a string as a memory block into the command window. |
|
mem_pack converts a 16 bit string (UTF 16) to an 8 bit string. |
|
mem_unpack creates a string from the given input byte string. |
|
rpc_clnt_create creates an RPC client pointer. |
|
rpc_clnt_destroy frees the RPC client pointer. |
|
text_file_read reads unicode and ANSI text files. |
|
text_file_write writes text into a file using a given character encoding and newline format. |
|
utf_from_locale creates a Unicode string from an 8-Bit-ANSI string using the current local code page. |
|
utf_to_locale creates an 8-Bit-ANSI string from a Unicode string. |
|
zip_list returns information about a given zip archive. |
|
zip_unzip unzips a zip archive. |
|
zip_unzip_buffer copies a file from the zip file into memory. |
|
zip_zip copies files in a new or existing zip file. |
Modified Functions in UniPlot 5.14.7 |
|
|---|---|
AppGetGlobalOption returns a value of an option from Tools=>More Options. |
|
AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. |
|
AppSetGlobalOption sets a value of an option from Tools=>More Options. |
|
NC_ExportData converts UniPlot data files (.nc, .nc2) into another data format. |
|
obj_lookup returns the value of a given key. |
Modified Functions in UniPlot 5.14.5 |
|
|---|---|
nc_get_option gets an option. |
|
nc_makevalidname returns a valid netCDF variable name for a given name. |
|
nc_set_option sets an option. |
|
nc_varid returns the ID of a netCDF variable when given its name. |
|
The nc_varinq_name function returns the name of a netCDF variable when given its ID. |
Modified Functions in UniPlot 5.14.0 |
|
|---|---|
DeCompressFile decompress a file that was compressed by CompressFile. |
|
rand returns random numbers with uniform distribution. |
|
regex checks if elements of a string vector matches a regular expression. |
|
regsplit splits a string using regular expressions. |
|
srand sets a start value for the random generator. |
|
version returns the version string or version number of UniPlot. |
Modified Functions in UniPlot 5.12.0 |
|
|---|---|
AppQuit closes UniPlot. |
Modified Functions in UniPlot 5.11.1 |
|
|---|---|
Creates a legend table for the data files used in the page or document. |
|
strextract returns a substring of its argument string. |
Modified Functions in UniPlot 5.11.0 |
|
|---|---|
Is replaced by fround. |
|
Is replaced by fround. |
|
Is replaced by fround. |
|
Is replaced by XYZGetInterpolationType. |
|
Is replaced by XYZSetInterpolationType. |
Modified Functions in UniPlot 5.10.2 |
|
|---|---|
matlab_load loads a MATLAB file (mat file) into a UniScript object. |
Modified Functions in UniPlot 5.10.1 |
|
|---|---|
The field functions labels a curve with its legend text, set with XYSetLegendText or the y-channelname. |
|
GetProfileString retrieves a string from the specified section in an initialization file or the Windows registry. |
|
WriteProfileString writes a string into the specified section of an initialization file or the Windows registry database. |
Modified Functions in UniPlot 5.10.0 |
|
|---|---|
Creates a legend for 1D and 2D datasets. |
|
DialogBox creates a dialog box with static text, edit fields, list boxes, combo boxes, check boxes, a report list (list with multiple columns), a property list box, a group box, tree control and buttons.The dialog box can be configured to be resizeable (see Dialog control |
|
EdCreate creates a new editor. |
|
ExcelRead3 reads MS-Excel files (.xls). |
|
FileToField reads a text file (ASCII file and UNICODE file with BOM) where the elements are arranged in rows and columns. The elements can be text, numbers and blank fields. |
|
IsFileIPW checks if a file is a UniPlot file (IPW or IPZ). |
|
IsFileText checks if a file is a text file (ASCII File). |
|
RegisterFunction registers a function from a dynamic link library (DLL) to the UniScript symbol table. After a function is registered, the function can be called directly by UniScript. |
|
The fgetline function reads a string from the input file and stores it in a string. |
|
obj_load loads an object saved with obj_save from the hard drive. |
|
obj_save saves an object as an XML file or as an binary file on the hard drive or as a string. |
|
version returns the version string or version number of UniPlot. |
Modified Functions in UniPlot 5.9.3 |
|
|---|---|
The ST_seti function takes an vector argument (A) and removes duplicate elements. The function returns an index vector of the result. |
|
finite checks if the argument is 0/0 or 1/0. |
|
inf returns the result of 1/0. |
|
isinf checks if its argument is in the range -INF … INF. |
|
nan (Not a Number) returns the number 0/0. |
Modified Functions in UniPlot 5.9.2 |
|
|---|---|
PageInsertFromClipboard pastes the clipboard contents into the given page. |
Modified Functions in UniPlot 5.9 |
|
|---|---|
PageInsertFromClipboard pastes the clipboard contents into the given page. |
|
TYSetData sets the coordinates of a y/t datasets (1D-dataset). |
|
XYSetData sets the xy-coordinates of a dataset. |
|
auto_GetData returns the data of the given channels as a matrix. The function can only be used to read numeric data channels. |
|
fwrite writes data into a file. |
|
mem_dump prints a string as a memory block into the command window. |
Modified Functions in UniPlot 5.8.2 |
|
|---|---|
fread reads data from a file. |
|
mem_get reads bytes from a string and converts the data. |
Changed Functions in UniPlot 5.7.0 |
|
|---|---|
AppKillTimer will stop the timer, started with AppNewTimer. |
|
Is replaced by AppNewTimer. |
|
DocGetAllPages returns a vector of all page handles for the given document or page handle. |
|
EBCreate creates an elliptic drawing object. |
|
LBCreate creates a line or arrow drawing object. |
|
LayerCreate creates a new diagram. |
|
MapLookup uses a hashing algorithm to quickly find the map element with a key that exactly matches the given key. |
|
RBCreate creates a rectangular drawing object. |
|
TBCreate creates a new text object. |
|
TableCreate create a new table object. |
|
regex checks if elements of a string vector matches a regular expression. |
|
regsplit splits a string using regular expressions. |
Changed Functions in UniPlot 5.6.0 |
|
|---|---|
DialogBox creates a dialog box with static text, edit fields, list boxes, combo boxes, check boxes, a report list (list with multiple columns), a property list box, a group box, tree control and buttons.The dialog box can be configured to be resizeable (see Dialog control |
|
RegGetValue retrieves a value. |
|
RegSetValue sets a value for the key name. |
|
auto_LoadStyleFile loads a style file. The style file contains descriptions which specify the style of a dataset. Some example files can be found in the the UniPlot Sample directory. They have the file name extension |
|
nc_attcopy copies a given attribute into a different NC file. |
|
nc_create creates a new netCDF file. |
|
nc_inquire_format returns the file format for a given ncid. |
|
nc_seterror_options sets the error options for the netCDF functions. |
Changed Functions in UniPlot 5.5.0 |
|
|---|---|
ReportControl_GetInit converts a string matrix into a scalar string which can be used to initialize the report control in a dialog box. |
|
auto_xyz_CreateColorLegend creates a color legend for the given 3D dataset. |
Changed Functions in UniPlot 5.4.2 |
|
|---|---|
nc_get_option gets an option. |
Changed Functions in UniPlot 5.4.0 |
|
|---|---|
DialogBox creates a dialog box with static text, edit fields, list boxes, combo boxes, check boxes, a report list (list with multiple columns), a property list box, a group box, tree control and buttons.The dialog box can be configured to be resizeable (see Dialog control |
|
auto_ReplaceTextDialog can be used within an automation script to show a text dialog box. |
Changed Functions in UniPlot 5.3.4 |
|
|---|---|
XYZCreate creates a new 3D dataset. The 3D dataset can be created from scattered XYZ triples or from a rectangular grid (matrix). |
Changed Functions in UniPlot 5.3.2 |
|
|---|---|
ImageCreate creates a picture object. |
|
ImageGetPixelColor returns the color value of a pixel as an RGB value. |
|
ImageGetPixelGray returns the gray value of a pixel. |
|
sort performs a sort from a real, complex or string matrix or vector. |
Changed Functions in UniPlot 5.3.0 |
|
|---|---|
GetListBoxText splits the return value of a combo box or list box into a string vector. The value is returned from the DialogBox function. |
|
ReportControl_GetInit converts a string matrix into a scalar string which can be used to initialize the report control in a dialog box. |
|
ReportControl_GetMatrix converts the DialogBox return value for the report control into a matrix. |
|
TYAddData adds data to a y/t dataset (1D dataset). |
|
TYCreate creates a new y/t datasets (1D dataset). |
|
TYSetData sets the coordinates of a y/t datasets (1D-dataset). |
|
TableMergeCells specifies which neighbouring cells are merged. |
|
The XYAddData function adds data to an existing dataset. |
|
XYCreate creates a new 2D dataset. |
|
XYSetData sets the xy-coordinates of a dataset. |
|
Is replaced by XYSetData. |
|
fseek moves the file pointer to a new position. |
|
system creates a new process. |
Changed Functions in UniPlot 5.2.0 |
|
|---|---|
diary opens and closes a file in which all input and output of the command window will be written. |
Changed Functions in UniPlot 5.1.2 |
|
|---|---|
DocPrint prints the pages from the document to the printer. |
|
PagePrint prints a page to the printer. |
Changed Functions in UniPlot 5.1.0 |
|
|---|---|
GetUserDirectory returns the UniPlot user directory. |
Changed Functions in UniPlot 5.0 |
|
|---|---|
GetTempFileName creates a name for a temporary file. |
|
IsFileText checks if a file is a text file (ASCII File). |
|
MapLoad loads a map from a file, that was created with the MapSave function. |
|
The MapSave function saves the data elements of a map in a file. |
|
RegisterFunction registers a function from a dynamic link library (DLL) to the UniScript symbol table. After a function is registered, the function can be called directly by UniScript. |
|
XYZInsertLabel lables isolines with their z-values. |
|
base64_encode encodes data into the base64 format |
|
Is replaced by base64_encode. |
|
Is replaced by base64_encode. |
|
The fgetline function reads a string from the input file and stores it in a string. |
|
fopen opens a file. |
|
fread reads data from a file. |
|
loadiclib loads a UniScript library which contains UniScript functions in binary form. |
|
md5 calculates the MD5 check sum using the algorithm http://www.faqs.org/rfcs/rfc1321.html, MD5 Message-Digest Algorithm (RFC 1321). |
|
mem_alloc creates a scalar string of the given length. |
|
mem_compress compresses a string which may contain 0-characters. |
|
mem_get reads bytes from a string and converts the data. |
|
mem_len returns the length in bytes of a scalar string or a matrix of strings. |
|
mem_set sets the bytes in a string to values of a specified data type. |
|
obj_save saves an object as an XML file or as an binary file on the hard drive or as a string. |
|
saveiclib saves all loaded UniScript functions in an UniScript Library file. |
|
sort performs a sort from a real, complex or string matrix or vector. |
|
sorti sorts a real, complex or string matrix or vector in ascending order and returns an index vector of the sorted matrix. |
|
strCharToOem translates a string from the Windows character set into the OEM-defined character set. |
|
strOemToChar translates a string from the OEM-defined character set into the Windows character set. |
|
strchar creates a string from a vector from numbers. |
|
strcode returns the code values (numbers) of the given string. |
|
utf8_encode converts an ANSI string to an UTF8 string. |
id-1969095