PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → String Manupilation
String Manupilation
Iniciado por AHMAD ABBAS MAMODE, 06,feb. 2018 16:30 - No hay respuesta
Miembro registrado
1 mensaje
Publicado el 06,febrero 2018 - 16:30
sMes_fr is string
nPosValue_fr is int
example SMes = E:\shareIP\speech\wav files\wav files\505.wav
sMes_fr=ExtractString(EDT_FILE_fr, 1, ".wav")
Then I get E:\shareIP\speech\wav files\wav files\505
and use nPosValue_fr = Position(sMes_fr,"\",0,FromEnd)
Now i know the position of the last "\"

How can i get only the value betwee the "\" and the ".wav" as the Value "501" can be also "4444" not always 3 characters
Any help pls