Hi,
what value will be returned from the below, if the 2nd string is a part of the 1st one? and what value will be returned from the below, if the 2nd string is not a part of the 1st one?
instr({?Skill}, totext({vweShowAnswers.ANS_QId},0,"") )
Thanks & Best Regards
Edward
Request clarification before answering.
Hi Edward,
Well, if the second string is a part of the first one then the formula will return 1 otherwise it will return 0.
For Eg:
Instr("SAPBO","SA") //Returns 1
Instr("SAPBO","SB") //Returns 0
Hope this helps!
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.