Hi!

I am writing a C extension to Scilab which recursively should create a nested 
list and return it. How can I achieve this?


I have read the documentation here:

http://help.scilab.org/docs/5.5.1/en_US/section_281790c19f32a08419bf50d192e51020.html?


And I still don't understand if I can use these functions to recursively add 
elements to a list as the program runs.


Or should I instead use some kind of internal C representation and just call 
those list functions just before returning the end result back to Scilab?


Best Regards,

Arvid

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to