<div dir="ltr">if i want to transfrom a value like this<div dir="ltr"></div>
<div><br></div><div>$var(FROMIP) = &quot;xxx.xxx.xxx.xxx&quot;</div><div><br></div><div>some transformation to allow me to cut the ip after the 3rd &quot;.&quot; (full stop)</div><div><br></div><div>im thinking something like {s.select,x,y} </div>
<div>but im not sure how to define i want to use the 3rd full stop instead of the first, </div><div><br></div><div>if i say $(var(FROMIP){s.select,-1,.}) or $(var(FROMIP){s.select,0,.}) both seperates at the first &quot;.&quot;</div>
<div><br></div><div>the result should be something like</div><div>$var(SHORTIP) = &quot;xxx.xxx.xxx&quot;</div></div>