[Scilab-users] move a string after display

Adrien Vogt-Schilb vogt at centre-cired.fr
Thu May 22 17:55:13 CEST 2014


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 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
>


-- 
Adrien Vogt-Schilb
Consultant (World Bank) and PhD Candidate (Cired)
1 202 473 7980




More information about the users mailing list