Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

INSTR treated like an ARRAY ?

Status
Not open for further replies.

medieval

Technical User
Jun 18, 2003
31
GB
I'm using Crystal V10 and have entered InStr({CS_CONTACTS.EMAIL_ADDRESS},{?EMAIL_ADDRESS}) but this is treated like an array for some reason and a prompt denotes that this array should be treated as a subscript. Any ideas as to why this is happening and what can be done to get the INSTR effect?
 
Hi,
Entered where?
How are you trying to use that formula and what is the desired outcome?

All strings, for manipulation purposes, ARE arrays ( of letters)..



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
this is entered in select expert as part of the formula editor. i'm trying to see if a discrete parameter appears in any part of a table.field, if so then i can include this in a gorup.
 
Hi,
Try
Code:
{CS_CONTACTS.EMAIL_ADDRESS} like  '*' + {?EMAIL_ADDRESS} + '*'



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top