Fonction Scilab
eng - fr


subst_strC - substitut le caractère '%' en caractère '%%'

Librairie

Séquence d'appel

txt = subst_strC(txt)

Paramètres

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


function txt=subst_strC(txt)
 txt=strsubst(txt,'%','%%');
endfunction

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references