comparison src/load-save.cc @ 5198:083039a30a3f

[project @ 2005-03-09 22:03:47 by jwe]
author jwe
date Wed, 09 Mar 2005 22:03:47 +0000
parents 741618f692d7
children 418771cb5ab2
comparison
equal deleted inserted replaced
5197:741618f692d7 5198:083039a30a3f
607 @item -import\n\ 607 @item -import\n\
608 The @samp{-import} is accepted but ignored for backward compatiability.\n\ 608 The @samp{-import} is accepted but ignored for backward compatiability.\n\
609 Octave can now support multi-dimensional HDF data and automatically\n\ 609 Octave can now support multi-dimensional HDF data and automatically\n\
610 modifies variable names if they are invalid Octave identifiers.\n\ 610 modifies variable names if they are invalid Octave identifiers.\n\
611 \n\ 611 \n\
612 @item -text 612 @item -text\n\
613 Force Octave to assume the file is in Octave's text format.\n\ 613 Force Octave to assume the file is in Octave's text format.\n\
614 @end table\n\ 614 @end table\n\
615 @end deffn") 615 @end deffn")
616 { 616 {
617 octave_value_list retval; 617 octave_value_list retval;
1269 Match the list of characters specified by @var{list}. If the first\n\ 1269 Match the list of characters specified by @var{list}. If the first\n\
1270 character is @code{!} or @code{^}, match all characters except those\n\ 1270 character is @code{!} or @code{^}, match all characters except those\n\
1271 specified by @var{list}. For example, the pattern @samp{[a-zA-Z]} will\n\ 1271 specified by @var{list}. For example, the pattern @samp{[a-zA-Z]} will\n\
1272 match all lower and upper case alphabetic characters. \n\ 1272 match all lower and upper case alphabetic characters. \n\
1273 \n\ 1273 \n\
1274 @item -text 1274 @item -text\n\
1275 Save the data in Octave's text data format.\n\ 1275 Save the data in Octave's text data format.\n\
1276 @end table\n\ 1276 @end table\n\
1277 \n\ 1277 \n\
1278 Except when using the @sc{Matlab} binary data file format, saving global\n\ 1278 Except when using the @sc{Matlab} binary data file format, saving global\n\
1279 variables also saves the global status of the variable, so that if it is\n\ 1279 variables also saves the global status of the variable, so that if it is\n\