octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31468] multi-line text objects


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31468] multi-line text objects
Date: Sat, 13 Aug 2011 01:52:22 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110430 Iceweasel/3.5.19 (like Firefox/3.5.19)

Follow-up Comment #31, bug #31468 (project octave):

I don't think you want to do "char (value)".  It would make more sense to
convert numbers to strings using num2str or sprintf or something like that.

I think you want the "string" property to be stored as a string or a cellstr,
but not as a numeric object or a cell array containing anything other than
character strings.  Then the internals can always assume that the string
property is really a string or cellstr object, which simplifies things there.

If someone gives a numeric object or a cell array containing something other
than character strings, it would be fine with me to throw an error, but you
might want to see what Matlab does if you care about compatibility.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31468>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]