Previous topic

What’s New in UniPlot 3.0.0

Next topic

Changed UniScript functions

This Page

New UniScript functions in UniPlot

  New Functions in UniPlot R2011.5 (5.30.5)
DS_FindNCFile DS_FindNCFile returns the netCDF file name used to load the data into the dataset.
GetOpenFileName_Data GetOpenFileName opens a Open File dialog box.
XYGetDataType XYGetDataType returns the data type of the data saved in the UniPlot document.
XYSetDataType XYSetDataType sets the data type for 1D and 2D datasets saved in the UniPlot document (.ipw).
  New Functions in UniPlot R2011 (5.30)
XYZGetColorMatrixAttrib XYZGetColorMatrixAttrib returns color matrix attributes.
XYZGetColorMatrixPen XYZGetColorMatrixPen returns the pen used to draw the color matrix grid lines.
XYZIsColorMatrix XYZIsColorMatrix indicates whether the matrix will be displayed as a color matrix or not.
XYZIsLabelTransparent XYZIsLabelTransparent determines if the isoline labels are plotted transparent or with a white background.
XYZSetColorMatrixAttrib XYZSetColorMatrixAttrib sets the attributes used to display the color matrix.
XYZSetColorMatrixPen XYZSetColorMatrixPen setzt den Pen, mit dem die Randlinien der Farbmatrix dargestellt werden.
XYZShowColorMatrix XYZShowColorMatrix shows or hides the color matrix. If the color matrix is displayed, the isolines, the data hull and data symbols will not be displayed.
XYZShowLabelTransparent XYZShowLabelTransparent specifies if the isoline labels are plotted transparent or with a white background.
_g The _g function returns a reference to a global UniScript object.
vcast vcast converts a variant matrix to a real matrix, string matrix or a complex matrix.
vconvert vconvert converts a real-, string- or complex-matrix into a variant matrix.
vmatrix vmatrix creates a variant matrix. Each element is set to zero.
vtype vtype returns the type matrix of a variant matrix.
  New Functions in UniPlot R2010 (5.20)
AppHelpOptions AppHelpOptions sets or returns help setting options.
Browser_DblClickCallback Browser_DblClickCallback is invoked by the framework if an element in the channel list box is double-clicked.
Browser_DropCallback Browser_DropCallback is invoked by the framework if channel names are dropped into a UniPlot document or the main window.
Browser_EditCallback Browser_EditCallback is invoked by the framework if the Edit button in the data browser window is clicked.
Browser_FileChangeCallback Browser_FileChangeCallback is invoked by the framework if the file name is changed in the file combo box.
Browser_GetControlSelection Browser_GetControlSelection returns the selected elements in the controls of the data browser window.
Browser_GetDataFile Browser_GetDataFile returns the name of the active data file displayed in the data browser window.
Browser_IsVisible Browser_IsVisible checks if the data browser window is visible.
Browser_LoadCallback Browser_LoadCallback is invoked by the framework if the Load button is clicked.
Browser_Replot Browser_Replot replots the data browser window.
Browser_SetControlSelection Browser_SetControlSelection sets the selection in the data browser control elements.
Browser_SetDataFile Browser_SetDataFile opens a data file in the Data-Browser window.
Browser_Show Browser_Show displays or hides the data browser window.
Browser_SortCallback Browser_SortCallback is invoked by the framework if a title button in the channel list is clicked.
DS_GetKeys DS_GetKeys returns all keys of the dataset map “Datasource”.
DS_GetNCFileName DS_GetNCFileName returns the netCDF file name used to load the data into the dataset.
DS_GetOriginFileName DS_GetOriginFileName returns the file name that was converted to the netCDF file used to load the data.
DS_GetValue DS_GetValue returns an attribute from the “Datasource” map.
DS_RemoveValue DS_RemoveValue removes a Key-Value pair from the datasource map “Datasource”.
DS_SetDataSource DS_SetDataSource sets the data file name and the channel names in the “Datasource” map of a dataset.
DS_SetValue DS_SetValue sets a value in the “Datasource” map.
DocAddEmptyPages DocAddEmptyPages adds one or more empty pages to a document.
DocGetLoadCallback DocGetLoadCallback returns the callback function name, that was set with DocSetLoadCallback.
DocGetUserData DocGetUserData returns the UniScript object that was linked to the document with DocSetUserData
DocIsVisible DocIsVisible checks if the document window is visible or hidden.
DocSetLoadCallback DocSetLoadCallback sets a callback function. The callback function will be invoked before a document page is loaded.
DocSetUserData With DocSetUserData a UniScript object can be linked to a document.
NC_TimeInterpolation NC_TimeInterpolation interpolates the channels of an NC file with different time channels onto one time base.
akimaspline2 akimaspline2 executes a 2-dimensional “matrix to matrix” interpolation.
fspline2 fspline2 executes a 2-dimensional “matrix to matrix” interpolation.
griddata griddata creates a regular grid of arbitrarily distributed data triples.
interpol2 interpol2 executes a 2-dimensional “matrix to matrix” interpolation.
rspline2 rspline2 executes a 2-dimensional “matrix to matrix” interpolation.
smooth2 smooth2 is a function to smooth a matrix using the Savitzky-Golay algorthim.
spline2 spline2 executes a 2-dimensional “matrix to matrix” interpolation.
xml_parse_string xml_parse_string converts a valid XML string into a UniScript object.
xml_save_node xml_save_node save a specially formatted UniScript object as an XML file.
  New Functions in UniPlot 5.14.9
@f{datasetfilter} Displayes the record filter for the given dataset.
moving_median 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 nc_from_obj creates a netCDF file from a special structured UniScript object.
nc_to_obj 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 IpwInfo returns the number of streams and the total size of all streams of an ipw file.
us_lock us_lock locks the Windows message loop while an UniScript function is executed.
  New Functions in UniPlot 5.14.0
IsWin64 IsWin64 checks, if a 64-Bit Windows version is installed.
cast cast performs a C-cast operation, for example r = (double)(float) m.
get_math_lib get_math_lib returns the name of the enabled math libray.
search_path Fast search function to locate a file in a given list of directories.
set_math_lib set_math_lib sets the math library.
svd Singular value decomposition.
  New Functions in UniPlot 5.12.0
AppIsDataTooltip Checks if the data tooltips are enabled.
AppSetDataTooltip Enables or disables the data tooltips.
ObjGetUserData ObjGetUserData returns a data-object, set with ObjSetUserData.
ObjSaveUserData ObjSaveUserData save the data of a data-object added with ObjSetUserData in the connected IPW file.
ObjSetUserData ObjSetUserData saves a data-object created by obj_create in a UniPlot-object (dataset, diagram, page, drawing object, etc.).
corrcoef corrcoef returns the correlation coefficient. Its square is the coefficient of determination.
cov cov returns the covariance of its parameter.
  New Functions in UniPlot 5.11.1
std std returns the standard deviation of its parameter.
  New Functions in UniPlot 5.11.0
@f{legend_table} Creates a legend table for the data files used in the page or document.
DocExchangeDataFiles DocExchangeDataFiles executes a data exchange for a complete document.
fround fround rounds the elements of a matrix. The number of significant digits can be specified.
  New Functions in UniPlot 5.10.2
XYZFilterCallback XYZFilterCallback will be invoked in XYZCreate to remove unwanted data points.
reduce3d reduce3d removes data points from an x/y/z dataset.
  New Functions in UniPlot 5.10.1
ADDIN_LoadAddIn ADDIN_LoadAddIn loads an Addin.
PageSaveAsBitmapEx PageSaveAsBitmapEx creates a bitmap with high resolution or WMF file from the given page.
Rainflow_Batch Executes a rainflow counting function. The results are displayed in a template.
  New Functions in UniPlot 5.10.0
@f{cursor_value} Displays the x- or y-value of a 2D dataset at the cursor position.
AppGetToolbarInfo AppGetToolbarInfo returns a matrix with toolbar names and an information if the toolbar is visible.
AppGetUserColorTable The function AppGetUserColorTable returns a vector with 16 user colors.
AppSetToolbarInfo AppSetToolbarInfo switches toolbars on or off.
AppSetUserColorTable The function AppSetUserColorTable sets the user colors.
MnInsertPopup MnInsertPopup inserts a new popup menu into a menu.
matlab_load matlab_load loads a MATLAB file (mat file) into a UniScript object.
matlab_save matlab_save saves a UniScript object in a MATLAB file (mat file).
nc_dimredim nc_dimredim modifies the size of a dimension. The netCDF file must be set to define mode (siehe nc_endef/nc_redef).
nc_varinq_changed nc_varinq_changed returns the change counter of a netCDF variable.
uuid uuid returns a Universally Unique Identifier (UUID) as a string.
  New Functions in UniPlot 5.9.3
DocInsertToc DocInsertToc inserts or updates a Table of Contents.
NC_ExportData NC_ExportData converts netCDF data files (.nc) into another data format.
isfinite isfinite determines whether the given number is finite.
  New Functions in UniPlot 5.9.2
PagePasteSpecial PagePasteSpecial inserts clipboard data into the active layer of UniPlot document page.
PagePasteSpecialDialog 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.0
AppGetGlobalOption AppGetGlobalOption returns a value of an option from Tools=>More Options.
AppSetGlobalOption AppSetGlobalOption sets a value of an option from Tools=>More Options.
ExcelRead3 ExcelRead3 reads MS-Excel files (.xls).
NC_MapInterpolation NC_MapInterpolation calculates new channels by map interpolation and adds the new channels to an NC file.
PagePaste PagePaste inserts clipboard data into a UniPlot document page. The function supports only the OLE format and the UniPlot format.
XYClip XYClip clips the specified 2D dataset to the x-range displayed in the diagram.
XYGetFirstPoint XYGetFirstPoint returns the position (index) of the first loaded data point.
XYReload XYReload loads data.
XYSetFirstPoint XYSetFirstPoint is used internally. The function is used if only a range of data points are loaded.
aop_getvale aop_getvale returns values of application elements.
clipboard_enum clipboard_enum returns an integer array of clipboard formats.
clipboard_format_name clipboard_format_name returns the format name for a given format index. See clipboard_enum.
clipboard_get_data clipboard_get_data returns the clipboard data as a string. The sting can contain 0-characters.
clipboard_is clipboard_is checks if the given format is in the clipboard.
excel_get_style_index excel_get_style_index returns the index of cell style.
excel_get_style_map excel_get_style_map returns a map with style names.
ftf_close ftf_close frees all memory used by the context.
ftf_get_row_num ftf_get_row_num returns a real matrix loaded with ftf_get_rows.
ftf_get_row_str ftf_get_row_str returns a string matrix loaded with ftf_get_rows.
ftf_get_row_type ftf_get_row_type returns a type matrix loaded with ftf_get_rows.
ftf_get_rows ftf_get_rows loads the next nRowsMax rows.
ftf_get_size ftf_get_size returns the number of rows and columns of the given text file.
ftf_open 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 ftf_rewind sets the pointer to the beginning of the file.
registry_load registry_load copies all UniPlot settings from the specified XML file to the Windows registry.
registry_save registry_save copies all UniPlot settings from the Windows registry to the specified XML file.
  New Functions in UniPlot 5.8.0
OBJSetRefPoint OBJSetRefPoint specifies, to which corner of the object the position coordinates refer.
sgolayfilt sgolayfilt computes a moving average using the Savitzky-Golay algorithm.
  New Functions in UniPlot 5.7.0
AppNewTimer 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 AppShowTimer returns information about the active timers.
FE_UpdateNCFile The function FE_UpdateNCFile adds all formulas to the given NC file.
TableSetSize TableSetSize sets the number of rows and columns.
  New Functions in UniPlot 5.6.0
Round Is replaced by fround.
nc_fatal_error nc_fatal_error.
nc_last_error nc_last_error returns the last error that occurred of netCDF-up files. If the last invoked nc_-function returned without an error the function will return 0.
nc_str_error nc_str_error.
nc_sync nc_sync writes all buffered data to the file.
nc_vardelete nc_vardelete deletes a given variable. A variable can only be deleted if the file is not in definition mode.
option_add 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 option_dialog opens the option dialog box Tools=>More Options.
updf_close_storage updf_close_storage closes a storage of sub storage.
updf_commit If a root storage is given the changes are written to disk.
updf_copy_to updf_copy_to copies a storages and all containing streams, storages and properties recursivly into another storage.
updf_create_file updf_create_file creates a new updf file.
updf_create_storage updf_create_storage creates a new storage within a storage.
updf_create_stream updf_create_stream creates a new stream in a storage.
updf_destroy_element updf_destroy_element removes (destroys) a storage or stream in a storage.
updf_dump updf_dump.
updf_enum_begin updf_enum_begin can be used with updf_enum_next to iterate over all streams and storages of a storage object.
updf_enum_close updf_enum_close
updf_enum_next updf_enum_next can be used with updf_enum_begin to iterage over all streams and storages of a storage object.
updf_file_close updf_file_close closes a updf stream.
updf_file_copy_to updf_file_copy_to.
updf_fileversion updf_fileversion returns the file version.
updf_gen updf_gen copies the all files of directory an its subdirectories into an updf file.
updf_get_error_string updf_get_error_string returns the error message for the error code returned by updf_is_error.
updf_is_error updf_is_error checks if a fatal error occurred.
updf_libversion updf_libversion.
updf_open_file updf_open_file opens an existing updf file.
updf_open_storage updf_open_storage opens a storage in a updf file.
updf_open_stream updf_open_stream opens an existing stream in a updf file.
updf_prop_close updf_prop_close closes the properties in a storage or stream.
updf_prop_copy_to updf_prop_copy_to.
updf_prop_count updf_prop_count returns the number of properties.
updf_prop_delete updf_prop_delete removes a property-object (key/value pair).
updf_prop_enum updf_prop_enum iterates over all properties of a stream or storage.
updf_prop_enum_close updf_prop_enum_close closes a propEnum object.
updf_prop_enum_next 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 updf_prop_get_at returns a property-object.
updf_prop_has_key updf_prop_has_key checks if the given property-name exists.
updf_prop_open updf_prop_open opens the properties of a given storage or stream.
updf_prop_set_at updf_prop_set_at writes a property.
updf_propval_get updf_propval_get returns a property value.
updf_propval_get_info updf_propval_get_info returns information about a property.
updf_propval_new updf_propval_new creates a new property value object.
updf_rename_element updf_rename_element changes the name of a stream or storage.
updf_revert updf_revert reverts all modifications since the last open or commit command (updf_commit).
updf_stat_get_len 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 updf_stat_get_name returns the storage of stream name.
updf_stat_get_type updf_stat_get_type returns the type of an element.
  New Functions in UniPlot 5.5.0
AppKillTimer AppKillTimer will stop the timer, startet with AppNewTimer.
AppSetTimer Is replaced by AppNewTimer.
ExcelRead2 The ExcelRead2 function reads MS-Excel formatted files.
FS_ReadDirectoryChanges_Create 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 FS_ReadDirectoryChanges_Destroy stops watching a directory.
FS_ReadDirectoryChanges_Get FS_ReadDirectoryChanges_Get returns all file names logged since the last time the function FS_ReadDirectoryChanges_Get or FS_ReadDirectoryChanges_Create was invoked.
IsFileExcelUTX IsFileExcelUTX checks if the given file is an Excel file (.XLS).
SetFileTime SetFileTime sets the date and time at which given files were created, last accessed and last written to.
excel_close excel_close closes an Excel document opened with excel_open or excel_create.
excel_create excel_create creates a new Excel file (Excel 2007).
excel_get_sheetnames excel_get_sheetnames returns a string vector with the sheet names of an Excel file.
excel_open excel_open opens an Excel file for reading.
excel_sheet_close excel_sheet_close closes a sheet and frees all memory associated with the sheet object.
excel_sheet_create excel_sheet_create creates a new Excel sheet.
excel_sheet_get_row_num 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 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 excel_sheet_get_row_style returns a real data matrix with the style indizes of an Excel 2007 sheet .xlsx. For Excel 2003 and older Excel versions the function returns a matrix with all elements set to 1.
excel_sheet_get_row_type excel_sheet_get_row_type returns a real matrix with the data types of a section of an Excel sheet.
excel_sheet_get_rows 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 excel_sheet_get_size returns the number of rows and columns of an Excel sheet.
excel_sheet_open excel_sheet_open opens an Excel sheet.
excel_sheet_put_rows 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 pq_connectdb makes a new connection to the database server.
pq_error_message pq_error_message returns the last error message.
pq_escape_bytea pq_escape_bytea prepares binary data (BLOP) of type bytea to use in an SQL command.
pq_escape_string pq_escape_string prepares an SQL string.
pq_exec pq_exec executes an SQL command.
pq_finish pq_finish closes the connection to the server.
pq_fname pq_fname returns a column name of a query result.
pq_getvalue pq_getvalue returns a single field from a query result.
pq_nfields pq_nfields returns the number of columns in the query result.
pq_ntuples pq_ntuples returns the number of rows (tuples) in the query result.
pq_result_error_message pq_result_error_message returns the error message if an error in pq_exec occurred.
pq_result_status pq_result_status returns the status of an SQL command
pq_server_version pq_server_version returns the server version.
pq_status pq_status returns the status of the connection.
pq_unescape_bytea pq_unescape_bytea converts bytea data to binary data.
rspline rspline computes a rational spline under tension for a given x and y vector.
sqlite3_busy_timeout sqlite3_busy_timeout sets the time limit to open a locked SQLite database.
sqlite3_close sqlite3_close closes the open SQLite database.
sqlite3_execute sqlite3_execute executes an SQL command.
sqlite3_last_insert_rowid sqlite3_last_insert_rowid returns the integer primary key of the last INSERT command.
sqlite3_libencoding sqlite3_libencoding returns the SQLite database string coding. In this version it returns utf-8.
sqlite3_libversion sqlite3_libversion returns the SQLite library version.
sqlite3_open sqlite3_open opens an SQLite database. If the database does not exist it will be created.
  New Functions in UniPlot 5.4.0
@f{xyzvolume} Calculates the volume, area or the quotient volume/area for a given 3D dataset.
  New Functions in UniPlot 5.3.4
DocGetAllPages DocGetAllPages returns a vector of all page handles for the given document or page handle.
XYGetXMonoton XYGetXMonoton returns a value greater 0, if the x-coordinates are monotonically increasing or decreasing.
  New Functions in UniPlot 5.3.2
ImageSetPixelColor ImageSetPixelColor sets the color value of a bitmap pixel of a complete bitmap.
ImageSetPixelGray ImageSetPixelGray sets the gray value of a pixel or complete bitmap.
histc histc calculates a histogram.
nc_attcopy nc_attcopy copies a given attribute into a different NC file.
nc_copy nc_copy copies all variables and attributes of an NC file to a new NC file.
nc_inquire_format nc_inquire_format returns the file format for a given ncid.
  New Functions in UniPlot 5.2.0
AppGetActivePrinterName The function AppGetActivePrinterName returns the active printer name.
DocPrintPDF DocPrintPDF prints the document pages to a PDF file.
ImageGetHeight ImageGetHeight returns the height in pixel of the given image.
ImageGetPixelColor ImageGetPixelColor returns the color value of a pixel as an RGB value.
ImageGetPixelGray ImageGetPixelGray returns the gray value of a pixel.
ImageGetWidth ImageGetWidth returns the width in pixel of the given image.
PageGetPaperSize PageGetPaperSize returns the index of a paper size.
moving_average
plotxyz 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 PageSetSize sets the paper size in centimeter or selects a predefined paper size.
  New Functions in UniPlot 5.1.0
XYCopyConfig XYCopyConfig copies the style properties from the source 1D or 2D dataset to the destination 1D or 2D dataset.
XYZCopyConfig XYZCopyConfig copies the style properties from the source 3D dataset to the destination 3D dataset.
  New Functions in UniPlot 5.0.0
AppGetBatchMode AppGetBatchMode returns the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed.
AppSetBatchMode AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed.
DdeAdvise DdeAdvise starts or stops a DDE advise loop with a server (Hot-Link).
DdeCallback_Advise DdeCallback_Advise is called by the server to send data to UniPlot.
DdeServiceName DdeServiceName The DdeNameService function registers a service name for UniPlot as a sever. The default service name is "UniPlotSL".
LayerGetPolarConfig LayerGetPolarConfig returns the polar diagram configuration.
LayerIsAxisTitleFreePos LayerIsAxisTitleFreePos returns TRUE (1) if the axis title position can be modified using the mouse.
LayerSetAxisTitleFreePos LayerSetAxisTitleFreePos specifies if the position of the axis title can be modified using the mouse.
LayerSetPolarConfig LayerSetPolarConfig set the polar diagram configuration.
MapCopy MapCopy creates a copy of the given map object.
TBConfigDialog Displays the text object configuration dialog box.
TBIsClipText TBIsClipText returns TRUE (1), if clipping is enabled.
TBIsWordWrap TBIsWordWrap returns TRUE (1), if word wrap is enabled.
TBSetClipText TBSetClipText enables or disables clipping.
TBSetWordWrap TBSetWordWrap enables or disables word wrap.
XYZSetData XYZSetData sets the xyz-coordinates of a dataset.
aop_closeenv aop_closeenv ends a session.
aop_getapplinf aop_getapplinf returns the application structure of an ASAM-ODS database.
aop_getattr aop_getattr returns attribute information about an application element.
aop_getinstattr aop_getinstattr returns instance element attributes.
aop_getinstref aop_getinstref returns the instance references.
aop_getpar aop_getpar returns the value of parameters.
aop_getsecuritylevel aop_getsecuritylevel returns the security-level of the specified element id.
aop_getval aop_getval returns the values of application elements.
aop_getvalattr aop_getvalattr returns channel attributes of one or more partial matrices.
aop_getvalinf aop_getvalinf returns information about a submatrix.
aop_getvalval aop_getvalval returns the values of a measurement (AoSubMatrix).
aop_openenv aop_openenv creates a new session.
aop_putval aop_putval writes data for an instance to the database.
aop_setinstref aop_setinstref set instance references.
aop_setpar aop_setpar sets properties.
aop_setpassword aop_setpassword sets a new password.
fclearerror fclearerror resets the error flag for the given file handle.
ferror ferror checks if the error flag for the given file handle is set.
log_add_logger log_add_logger adds a logger to the list of loggers.
log_error log_error writes a log message.
log_get_filename log_get_filename returns the log file name or an empty string if logging is disabled.
log_get_level log_get_level returns the output level for the given logger.
log_get_logger_names log_get_logger_names returns a string vector with all logger names.
log_is_active log_is_active checks if the given logger is enabled.
log_set_active log_set_active enables or disables a logger.
log_set_filename log_set_filename sets a file name of the output file for all loggers.
log_set_level log_set_level sets the output level for the given logger.
mem_dump mem_dump prints a string as a memory block into the command window.
mem_pack mem_pack converts a 16 bit string (UTF 16) to an 8 bit string.
mem_unpack mem_unpack creates a string from the give input byte string.
rpc_clnt_create rpc_clnt_create creates an RPC client pointer.
rpc_clnt_destroy rpc_clnt_destroy frees the RPC client pointer.
text_file_read text_file_read reads unicode and ANSI text files.
text_file_write text_file_write writes text into a file in ANSI - or Unicode format.
utf_from_locale utf_from_locale creates a Unicode string from an 8-Bit-ANSI string using the current local code page.
utf_to_locale utf_to_locale creates an 8-Bit-ANSI string from a Unicode string.
zip_list zip_list returns information about a given zip archive.
zip_unzip zip_unzip unzips a zip archive.
zip_unzip_buffer zip_unzip_buffer copies a file from the zip file into memory.
zip_zip zip_zip copies files in a new or existing zip file.

id-1896894