[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Stepping through structures
From: |
Ted Harding |
Subject: |
Stepping through structures |
Date: |
Thu, 6 Apr 1995 03:01:27 +0200 (BST) |
Hi All,
Is there any way to step through the members of an Octave structure,
other than by naming all the members explicitly?
Presumably a mechanism similar to va_arg() would be needed. Or perhaps
one could try parsing the result
> X
> X = <structure: a b c>
if one was able to assign this to something (it seems there is no
printf output conversion that can accept a structure).
Ted. (address@hidden)
- Stepping through structures,
Ted Harding <=