<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Feb 2018 19:46:48 Z</lastBuildDate><pubDate>6 Feb 2018 16:23:59 Z</pubDate><description>sMes_fr is string&#13;
nPosValue_fr is int&#13;
example SMes = E:\shareIP\speech\wav files\wav files\505.wav&#13;
sMes_fr=ExtractString(EDT_FILE_fr, 1, ".wav") &#13;
Then I get E:\shareIP\speech\wav files\wav files\505&#13;
and use nPosValue_fr = Position(sMes_fr,"\",0,FromEnd)&#13;
Now i know the position of the last "\"&#13;
&#13;
How can i get only the value betwee the "\" and the ".wav" as the Value "501" can be also "4444" not always 3 characters&#13;
Any help pls</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation/read.awp</link><title>String manupilation</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>ahmad</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64642/read.awp</comments><pubDate>20 Feb 2018 19:46:48 Z</pubDate><description>Fabrice&#13;
&#13;
Thanks for your response  I finally did it as such &#13;
EDT_Message_id_fr=  ExtractString(ExtractString(EDT_FILE_fr,1,"\…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64642/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64642/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation/read.awp">String manupilation</source><title>Re: String manupilation</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64431/read.awp</comments><pubDate>6 Feb 2018 18:50:53 Z</pubDate><description>Hi Ahmad,&#13;
&#13;
with 2 extractstring...&#13;
&#13;
the first one to get 505.wav (everything after the last "\")&#13;
the second to get what's b…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64431/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation-64431/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64429-string-manupilation/read.awp">String manupilation</source><title>Re: String manupilation</title></item></channel></rss>
