Re: [Scilab-users] move a string after display

2014-05-22 Thread Adrien Vogt-Schilb
Thanks that works On 22/05/2014 10:25, Paul Bignier wrote: Hello Adrien, You may use the "data field :) xstring(1,1,"Hello") the_string = gce(); the_string.data = [1,2] // new position Regards, Paul On 05/22/2014 04:11 PM, Adrien Vogt-Schilb wrote: Dear al Can i move a string once i h

Re: [Scilab-users] move a string after display

2014-05-22 Thread Paul Bignier
Hello Adrien, You may use the "data field :) xstring(1,1,"Hello") the_string = gce(); the_string.data = [1,2] // new position Regards, Paul On 05/22/2014 04:11 PM, Adrien Vogt-Schilb wrote: Dear al Can i move a string once i have displayed it? I 'd like to do something like xstring(1,

[Scilab-users] move a string after display

2014-05-22 Thread Adrien Vogt-Schilb
Dear al Can i move a string once i have displayed it? I 'd like to do something like xstring(1,1,"Hello") the_string = gce(); ... the_string.position = [1,2] //new position Best Adrien ___ users mailing list users@lists.scilab.org http://lists.