Re: [NTLK] Dashboard Scripts

From: Marty Sanchez (msanchez_at_newted.dyndns.org)
Date: Mon Nov 17 2003 - 23:41:36 PST


All,

So how would one get a script that tells you only the date?

How about one that does date and time?

Thanks for the help!

Marty

=================

In a previous message:

Script 1
==============
//SpeakTime
local thevolume:=getvolume();
local t := HourMinute(Time());
local d := LongDateStr(Time(), @66 .abbrDateStrSpec); local u := "The [[emph
+]]time is "; local theLen := StrLen(t); local tt := t; if StrPos(t, "am",
0) then local tt := SubStr(t, 0, theLen-1)&".m"; local vox := "[[svox
fred;rate 150]]"; Setvolume(4); PlaySound(vox&u&"[[rate 75]]"&tt);
Setvolume(thevolume);

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/


This archive was generated by hypermail 2.1.5 : Tue Nov 18 2003 - 00:00:01 PST