marysilvaramos
Registered User.
- Local time
- Yesterday, 18:56
- Joined
- Oct 22, 2012
- Messages
- 25
Hi:
I should find the position of a number in a sentence and later extracted. The number is attached always to an "E". ie: E1, E2, E3,E4. The range of the number is 1-4. I have this until now:
X: InStr("E[#]",[Col1_Comment_1])
but it always return 0
Please, may you tell me where is the error?
Big thanks in advance,
Mary
I should find the position of a number in a sentence and later extracted. The number is attached always to an "E". ie: E1, E2, E3,E4. The range of the number is 1-4. I have this until now:
X: InStr("E[#]",[Col1_Comment_1])
but it always return 0
Please, may you tell me where is the error?
Big thanks in advance,
Mary