Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vrossi

Pages: 1 ... 7 8 [9]
121
Programming using the Ultra Hal Brain Editor / on learning VBscript
« on: September 19, 2005, 04:55:34 pm »
The MSDN tutorial and reference can be very useful:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vbstutor.asp

Good luck

122
Ultra Hal 7.0 / weather and news for uk
« on: September 19, 2005, 04:51:12 pm »
I don't know if the zabaware service include weather news for UK. Anyway you can bypass the problem easily.

I live in Italy (which is not available on zabaware site), so I have put these lines in the file mywebhal.uhp:

'------------------
' weather
     If InStr(1, UserSentence, "Weather", 1) > 0 Then
          GetResponse = "Here is your local weather. <RUN>http://www.arpalombardia.it/meteo/bollettini/bolmet.htm</RUN>"
     End If

You can insert in the RUN command a link to a UK wather site.

I think that http://uk.weather.com/index.html is the best.

Bye



Pages: 1 ... 7 8 [9]