[Scilab-users] move a string after display

Paul Bignier paul.bignier at scilab-enterprises.com
Thu May 22 16:25:52 CEST 2014


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,1,"Hello")
> the_string = gce();
>
> ...
>
> the_string.position  =  [1,2] //new position
>
>
> Best
> Adrien
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-- 
Paul BIGNIER
Development engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
http://www.scilab-enterprises.com




More information about the users mailing list