Hi,
How do I use the search facility to search for the following string
STATS$
regards
Alan
search for a string
The search will be failing because the $ character represents the end of line.
For example the STAT$ search string will only find the second of these two strings:
To stop the $ from taking on special meaning just delimit it as follows:
Cheers Jussi
For example the STAT$ search string will only find the second of these two strings:
Code: Select all
STATION
STAT
Code: Select all
STATS\$