Based on your advices, I've fix my issue.

Thanks

Paul

###############################################

i = 1FileName = "MyFile"// PreviouslyNewFileName1 = FileName +
string(i)// NowNewFileName2 = FileName + msprintf("%.4d",i)i =
666NewFileName3 = FileName + msprintf("%.4d",i)



Le ven. 20 nov. 2020 à 15:43, CHEZE David 227480 <[email protected]> a
écrit :

> Hi Paul,
>
>
>
> --> msprintf("%04d",3)
>
> ans  =
>
>
>
>   "0003"
>
>
>
>
>
>
>
> David
>
>
>
> *De :* users <[email protected]> *De la part de* paul
> francedixhuit
> *Envoyé :* vendredi 20 novembre 2020 14:49
> *À :* Users mailing list for Scilab <[email protected]>
> *Objet :* [Scilab-users] String and integer
>
>
>
> Hi all
>
>
>
> In ordre to change files names, I need to convert integers into strings
> but with zeros prior to it
>
>
>
> Example if i=1 i need 0001 and not 1
>
>
>
> I don't know how to use something like "%4d" with "string"
>
>
>
> Thanks
>
>
>
> Paul
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.scilab.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to