Team,
I would like to split two types of string from following number.
It worked thank you for both your direction with solution.
hi @AVTS
Req 1: Left("10141400000231212",8)
Req 2: Right("10141400000231212",6)
replace the string with the control, e.g. Right(TextInput6.Text,6)
Try using Left/Right function
Left(TextInput6.Text,8)