Mathematica > Data Manipulation > Importing and Exporting > TerminatedString >
MATHEMATICA IMPORT/EXPORT FORMAT

TerminatedString

Null-terminated text strings.
Represents an arbitrary number of null-terminated character strings.
Stores characters as 8-bit Unicode values.
  • Import imports a file as a list of null-terminated character strings.
  • Export exports a string as a null-terminated sequence of 8-bit characters.
  • Export exports a list of strings to sequences of 8-bit character codes, each terminated by a null character.
  • Import returns a list of strings.
"Elements" list of elements and options available in this file
"Rules"full list of rules for each element and option
"Options"list of rules for options, properties, and settings
Export two strings as null-terminated sequences of characters:
Import the previous output:
Export two strings as null-terminated sequences of characters:
In[1]:=
Click for copyable input
Out[1]=
Import the previous output:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF