ttamil_201
New member
- Local time
- Today, 05:00
- Joined
- Aug 25, 2016
- Messages
- 2
Hi team,
:banghead:I am struggling to extract 10 digit number from a text. That 10 Digit number can be anywhere in the text.
eg1 : HJ$1/1212322309/TPZ921/1S/KP N/W
Output of 1: 1212322309
eg2 : HJ$1/TPZ921/1212322309/1S/KP N/W
Output of 2: 1212322309
I have used Mid Function Expr1: Val(Mid([CM_PROBLEM_DESC],InStr(5,[CM_PROBLEM_DESC],"/")))
Pls help
:banghead:I am struggling to extract 10 digit number from a text. That 10 Digit number can be anywhere in the text.
eg1 : HJ$1/1212322309/TPZ921/1S/KP N/W
Output of 1: 1212322309
eg2 : HJ$1/TPZ921/1212322309/1S/KP N/W
Output of 2: 1212322309
I have used Mid Function Expr1: Val(Mid([CM_PROBLEM_DESC],InStr(5,[CM_PROBLEM_DESC],"/")))
Pls help