|
| From: | David Spies |
| Subject: | [Octave-bug-tracker] [bug #41553] sq_string text format includes length for every element |
| Date: | Tue, 11 Feb 2014 17:48:46 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/32.0.1700.102 Chrome/32.0.1700.102 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?41553>
Summary: sq_string text format includes length for every
element
Project: GNU Octave
Submitted by: dspyz
Submitted on: Tue 11 Feb 2014 17:48:45 GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
Even though the elements all have the same length, saving a sq_string to text
format causes every element to get its own length:
octave:1> a = ['hi';'bye';'whatever'];
octave:2> save -text /dev/stdout
# name: a
# type: sq_string
# elements: 3
# length: 8
hi
# length: 8
bye
# length: 8
whatever
octave:3>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41553>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |