I have a search box.
My admin user might search for "@MG @EB dorchester".
In ASP, I need to count how many times the symbol "@" appears in the string. How is the possible?
Many thanks in advance
|
I have a search box. My admin user might search for "@MG @EB dorchester". In ASP, I need to count how many times the symbol "@" appears in the string. How is the possible? Many thanks in advance |
||||
|
|
|
Try this:
|
|||||
|
|
|
For JW01
|
|||||||
|
|
Try a while loop:
EDIT: This for loop might make more sense:
|
|||||||||||
|
|
Replace the search with blank and find the difference between and original and new string will the number of time a string is present
|
||||
|
|