Ok so I need a lot of help, I've read most of the manual, looked at some examples and can hack the code pretty well. I however have not been able to write a code that I want to use for something on my site.
Since the search function here is less then desireable for finding information.
I would like to create a script that when called it will open up the warnings file from here:
http://iwin.nws.noaa.gov/iwin/mo/allwarnings.html
It will read it line by line looking for the occurance of "SVRSGF", when it finds that occurance it will print out everything between that and "$$" which as you can see is text, it would then look for multiple occurances of the "SVRSGF" and "$$" and print that out too, It must be printed out how it appears and not jumbled up :-p.
Can anyone write me a chunk of code or point me to a script that maybe already does something like this???
Thanks!