Nelson Freitas wrote:
Hi Nelson,
SyntaxEditor Code Snippet
Search variable storing information like "#Employee#Manager"
Index(Search,"#"+Salary.Designation+"#")<>-1
Can any one explain me above syntax what is showing ?
And another query is -1 in Index function means ?
Thank you for your time !!!
Value=String_Split.List[2].Text.Value (third value is wanted)
Hi,
I have an expression phoneno=codevalue+" "+phoneno how to retrieve phoneno alone from the expression using substr and index
Hi, I was searching one of the topic where i found this forum.Please find the below screen shot it might helpful. Here you can put any number 2,3,4 digit no matter. If your number contains hyphen it will give you the number. There are multiple ways to do this e.g.
1] We can use Replace() function
2] substring() & Index() function
3] String_Split() - Server Action
Here i have done using 1,2 ways