Hello , I am trying to display the first part of the email address..
example : abc@domain.com . I want to just display abc in the label.
Thanks in advance

Hello , I am trying to display the first part of the email address..
example : abc@domain.com . I want to just display abc in the label.
Thanks in advance
Use Left(TextInput1.Text,Find("@",TextInput1.Text)-1)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.