txt = subst_strC(txt)
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
function txt=subst_strC(txt) txt=strsubst(txt,'%','%%'); endfunction