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

Re: Trim a string leading from specific character

$
0
0

Hi Jacob,

 

Default way is to create few variables to get strings from the first 4 sections and concatenate them.

 

v_Length = Length([Dim])

v_Section1 = Substr([Dim] ; 1 ; Pos([Dim];";")-1)

v_DimforSection2 = Substr([Dim] ; Length([v_Section1])+1 ; [v_Length])

v_Section 2 = Substr([v_DimforSection2] ; 1 ; Pos([v_DimforSection2])-1)

and so on

 

Makes sense?

 

Thanks,
Mahboob Mohammed


Viewing all articles
Browse latest Browse all 771

Trending Articles



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