Hello,
I wanted to test a modification in extractions from structures.
First, i added a pause (ordisp("%st_e called") ) just after the function
s = %st_e(varargin) prototype in order to test whether %st_e() is
actually called.
But it does nothing. The pause is not met! %st_e() looks no longer to be
called and used for structure extraction.
Am i missing anything, or do you confirm that?
edit("%st_e",2)
// add pause in line#2 and save and exec
s.t = "hello";
s.t // => no pause
Samuel
_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev