Hola, I know it's a bit off topic by now, but please help, there is no place I could turn with this.
I found an rss-based gmail-notifier skin for rainmeter, which extracts the info in the following form:
(html wraps replaced with { and } )
| Code: |
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=#Update#
Url=#Url#
RegExp="(?siU){fullcount}(.*){/fullcount}(.+{title}.+{/title}|)"
StringIndex=1
|
Since {fullcount} wraps the number of mails, a string can display it like Text="%1 new mail"
What I want to do is to hide this string in case of zero... but how can I measure the value/string index %1? If I guess right, I have to associate an appropriate IfBelowValue with the string value with the action below...but how?
Thanks in advance