--- Begin Message ---
Subject: |
Value List. |
Date: |
Fri, 15 Oct 2004 10:51:22 -0400 |
The sources list is for posting source code additions to Octave. For
help with using Octave, please use the help list. Thanks,
jwe
On 15-Oct-2004, Muthu <address@hidden> wrote:
| Hello there!
| Ive a small doubt.
| How do we convert the octave types
| that are contained in a value list ?
| I open a file in the octave interpreter
| as fp=fopen("somefile","w")
| then I pass fp to a function dynamically
| loaded.
| gdDoSomeThing(fp)
|
| But I find it difficult to extract the octave_file
| from the octave_value_list I get in the
| DEFUN_DLD(gdDoSomeThing,....... )
| {
| }
| Please help.
| Cheers
| Muthu.
|
|
|
| _______________________________
| Do you Yahoo!?
| Declare Yourself - Register online to vote today!
| http://vote.yahoo.com
--- End Message ---