![]() |
SET STRING VARIABLEName:
By default, Dataplot overwrites the current contents of the "dpzchf.dat" file whenever a READ or STRING VARIABLE command creates new character variables. To have these commands append the contents of the new character variables to the current contents of "dpzchf.dat", enter the command
To reset the default of overwriting the current contents of "dpzchf.dat", enter
where OVERWRITE replaces the current contents of "dpzchf.dat" and APPEND appends to the current contents of "dpzchf.dat".
SET STRING VARIABLE OVERWRITE
set string variable overwrite let string s1 = Group 1 let string s2 = Group 2 let string s3 = Group 3 let ix = string variable s1 s2 s3 list dpzchf.dat pauseThe following output is generated 1 IX 3 Group 1 Group 2 Group 3 . set string variable append let string s4 = Group 4 let string s5 = Group 5 let string s6 = Group 6 let iy = string variable s4 s5 s6 list dpzchf.datThe following output is generated 2 IX 3 IY 3 Group 1 Group 4 Group 2 Group 5 Group 3 Group 6
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 01/22/2020 |