CrystalDuck
Programmer
I am working with Crystal 9.0 with a SQL 2000 database.
In my report, I need to display the data from a certain string field, but only up to a certain level.
Example:
"The quick brown fox jumped over the lazy dog.~~Hey Diddle Diddle, the cat and the fiddle..."
Okay, now...I only want to see the data up to the "~~"
So on the report I should only see:
"The quick brown fox jumped over the lazy dog."
This should involve INSTR() some how? But in MS Excel there is a FIND() function to look for the "~~" I just don't know the Crystal function.
Can anyone help?
Thanks a million in advance!!
Sincerely,
CrystalDuck
In my report, I need to display the data from a certain string field, but only up to a certain level.
Example:
"The quick brown fox jumped over the lazy dog.~~Hey Diddle Diddle, the cat and the fiddle..."
Okay, now...I only want to see the data up to the "~~"
So on the report I should only see:
"The quick brown fox jumped over the lazy dog."
This should involve INSTR() some how? But in MS Excel there is a FIND() function to look for the "~~" I just don't know the Crystal function.
Can anyone help?
Thanks a million in advance!!
Sincerely,
CrystalDuck