Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 771

Re: Trim a string leading from specific character

$
0
0

Use this.

 

 

Final=Substr([Dim1];1;Pos([Dim1];";"))+Substr(Substr([Dim1];Pos([Dim1];";")+1;Length([Dim1]));1;Pos([Dim1];";")-1)

 

First Part=Substr([Dim1];1;Pos([Dim1];";"))+Substr(Substr([Dim1];Pos([Dim1];";")+1;Length([Dim1]));1;Pos([Dim1];";")-1)

 

With this i am extracting the part upto first semi colon.

 

Second Part Part=Substr([Dim1];1;Pos([Dim1];";"))+Substr(Substr([Dim1];Pos([Dim1];";")+1;Length([Dim1]));1;Pos([Dim1];";")-1)

 

 

With this i am extracting  the part after first semicolon to next semi colon.

 

Untitled.png


Viewing all articles
Browse latest Browse all 771

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>