UniScript R2015

This document lists new and changed functions in R2015.

The changes are listed in the history table at the end of the function description.

UniScript R2015.5

  New Functions in UniPlot R2015.5 (5.70.5)
mysql_close
bool = mysql_close(conn)
mysql_connect mysql_connect creates a new connection to an MariaDB server running on host.
mysql_errno
errno = mysql_errno(conn)
mysql_error
ssError = mysql_error(conn)
mysql_fetch_fields
oFields = mysql_fetch_fields(res)
mysql_fetch_rows
data = mysql_fetch_rows(res)
mysql_free_result
bool = mysql_free_result(res)
mysql_get_client_info
ssInfo = mysql_get_client_info()
mysql_get_host_info
ssInfo = mysql_get_host_info(conn)
mysql_get_server_info
ssInfo = mysql_get_server_info(conn)
mysql_num_rows
num_rows = mysql_num_rows(res)
mysql_query
res = mysql_query(conn, sql)
mysql_real_escape_string
ssEsc = mysql_real_escape_string(conn, string)

UniScript R2015.4

  Modified Functions in UniPlot R2015.4 (5.70.4)
nc_varinq_info nc_varinq_info returns information about a channel. (Minimum, Maximum, Monotonic, channel contains missing values).

UniScript R2015.0

  New Functions in UniPlot R2015.0 (5.70.0)
FS_GetDriveType FS_GetDriveType.
PageSendToPowerPoint PageSendToPowerPoint creates a PowerPoint document from the given pages. This function uses the COM interface. PowerPoint must be installed.
curl_download curl_download loads data from the Internet, using HTTP, HTTPS, FTP, SFTP and other protocols.
curl_easy_cleanup curl_easy_cleanup destroys the curl pointer, created with curl_easy_init.
curl_easy_init curl_easy_init creates a curl pointer. The pointer can be destroyed with curl_easy_cleanup.
curl_easy_perform curl_easy_perform executes a file transfer.
curl_easy_setopt curl_easy_setopt sets one or more options for a curl pointer.
curl_easy_strerror curl_easy_strerror returns the error description for an error code.
curl_version curl_version returns the cURL library version string.
  Modified Functions in UniPlot R2015.0 (5.70.0)
alias alias gives a meaningful name to a constant in the program.

id-2118475