PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV (versões anteriores) → String Manupilation
String Manupilation
Iniciado por AHMAD ABBAS MAMODE, fev., 06 2018 4:30 PM - Sem resposta
Membro registado
1 mensagem
Publicado em fevereiro, 06 2018 - 4:30 PM
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