help-octave
[Top][All Lists]
Advanced

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

Removing elements from structures


From: Roberto Hernandez
Subject: Removing elements from structures
Date: Thu, 22 Nov 2001 16:20:57 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120

Hi all,

I've been looking through the documentation, but can't find how to remove an element from a structure.

Suppose I define the following:

a.name = "Bob"
a.lastname = "Hope"
a.phone = "555-5555"

I tried clear(a.phone), but that doesn't remove the element.

TIA,

Roberto



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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