[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
returning a data structure from a DLL function?
From: |
John W. Eaton |
Subject: |
returning a data structure from a DLL function? |
Date: |
Thu, 22 Oct 1998 16:13:55 -0500 (CDT) |
On 22-Oct-1998, Suttipan Limanond <address@hidden> wrote:
| Is it possible to return a data structure (e.g., 'x' with 'x.a', 'x.b'. etc)
| from a DLL function in Octave? Can I find an example somewhere?
Sure, look at the time functions defined in src/time.cc in the Octave
sources.
jwe