<div dir="ltr">Thank you very much for this improvement! It surely will be useful for everyone.</div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-28 22:09 GMT+03:00 Christophe Geuzaine <span dir="ltr"><<a href="mailto:cgeuzaine@ulg.ac.be" target="_blank">cgeuzaine@ulg.ac.be</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 25 Nov 2016, at 14:43, Олег Рябков <<a href="mailto:oleg.ryabkov.87@gmail.com">oleg.ryabkov.87@gmail.com</a>> wrote:<br>
><br>
>    Dear mesh users and developers.<br>
> Given some string (in gmsh script), for example, view name<br>
> test = Str( View[0].Name );<br>
> which can be printed using:<br>
> Printf(test);<br>
> I want to get substring of this string, for example first 5 characters of 5 last ones. But i don't see any built-in functions for this purpose.<br>
<br>
Indeed, there were none. I've added them: you can now do e.g.<br>
<br>
test = StrSub( View[0].Name , start );<br>
<br>
or<br>
<br>
test = StrSub( View[0].Name , start , len);<br>
<br>
Christophe<br>
<br>
> None of expressions work for me as well.<br>
> For example, there is documented syntax<br>
> expression<br>
> :<br>
><br>
> real<br>
>  |<br>
><br>
> string<br>
>  |<br>
><br>
> string ~ { expression<br>
>  }<br>
><br>
> string [ expression ] |<br>
><br>
> But test[1] is not working (out of range index). I suppose i don't understand some differences between lists, strings, char-expressions and something like that.<br>
><br>
> Is there any way to do what i want?<br>
<span class="HOEnZb"><font color="#888888">><br>
> --<br>
>   Best regards, Oleg<br>
> ______________________________<wbr>_________________<br>
> gmsh mailing list<br>
> <a href="mailto:gmsh@onelab.info">gmsh@onelab.info</a><br>
> <a href="http://onelab.info/mailman/listinfo/gmsh" rel="noreferrer" target="_blank">http://onelab.info/mailman/<wbr>listinfo/gmsh</a><br>
<br>
--<br>
Prof. Christophe Geuzaine<br>
University of Liege, Electrical Engineering and Computer Science<br>
<a href="http://www.montefiore.ulg.ac.be/~geuzaine" rel="noreferrer" target="_blank">http://www.montefiore.ulg.ac.<wbr>be/~geuzaine</a><br>
<br>
Free software: <a href="http://gmsh.info" rel="noreferrer" target="_blank">http://gmsh.info</a> | <a href="http://getdp.info" rel="noreferrer" target="_blank">http://getdp.info</a> | <a href="http://onelab.info" rel="noreferrer" target="_blank">http://onelab.info</a><br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">  С уважением, Олег</div>
</div>