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

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

[Octave-bug-tracker] [bug #53469] display of char array should include q


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #53469] display of char array should include quotes, differentiate char and string object in the future
Date: Fri, 11 Jan 2019 07:39:13 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #4, bug #53469 (project octave):

I'm +1 for adding quotes around the string display. This would help
differentiate it from other types. E.g. numerics:


>> x = 1.234
x =  1.2340
>> y = '1.2340'
y = 1.2340


and @datetime, if Octave gains that functionality.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53469>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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