DADiSP Worksheet Functions > Function Categories > String Manipulation > String Manipulation

 

String Manipulation

 

ANYFORMAT

Format a list of strings or scalars

CHARSTR

Find the ASCII code for the specified character

CHARSTRS

Find the ASCII codes for the specified string

DIRPATH

Return the directory component of a path string

DISP

Display value in pop-up box

FILEPARTS

Generic directory components of a path string

FILESTRREP

Replace a pattern string with a new string in one or more files

FPRINTF

Perform formatted output to a file

GETSTRING

Prompt for textual input via input panel with OK and Cancel buttons

HEX2INT

Convert a hex string to an integer

INT2HEX

Convert an integer to a hex string

ISNUMBER

Test whether input string is a number

NFORMAT

Format a list of numbers

NUM2STR

Converts a number or series to a string

NUMSTR

Convert a string into a scalar

NUMSTRS

Convert a string that contains a list of scalars into a series

PRINTF

Perform formatted output to the screen

R3THANKS

Displays an encoded message

SFORMAT

Format a list of strings

SPRINTF

Produce an output string in the format of the C/C++ language printf function

SSCANF

Convert an input string by applying a C/C++ language format control string

STRCAT

Concatenate two or more strings

STRCHAR, STRCHARS

Convert numbers to 8 bit ASCII characters

STRCMP

Compare two strings

STRESCAPE

Convert escape characters in a string

STREXTRACT

Extract a part of a string

STRFILE

Turn an ASCII text file into a string

STRFIND

Find a position within a string

STRFTIME

Convert a time value to a string

STRGET

Return the nth substring

STRJUL

Convert Julian date to a string

STRLEN

Return the length of a string

STRLIST

Convert a list of several strings into one string

STRMATCH

Return the indices of a string that contains a pattern

STRNUM

Convert a number into a string

STRREPLACE

Replace a pattern string with a new string

STRREVERSE

Reverse order of characters in a string

STRSORT

Sorts a delimited list of strings

STRTOD

Convert time value in seconds to string

STRTODMSEC

Convert time with milliseconds to a string

STRWIN

Return the window number as a string

TOLOWER

Convert string to lowercase

TOUPPER

Convert string to uppercase