@beat clock module? Thread last updated on 2003-12-04 10:38:02

Posted by member 11063 on 2003-12-03 22:14:17

Was wonder if there was a module for displaying beat "internet" time that i could use. Any info/help would be greatly appreciated

Posted by member 36955 on 2003-12-03 23:04:22 link

from the label.dll docs:

Text Escape Sequences
---------------------

To include dynamic text in labels, such as system information, you can use
escape sequences mixed in with normal text in labels. Escapes sequences
consist of a data source names and any necessary parameters and possibly
one or more modifier functions all enclosed in square brackets:

LabelText "Just some test... [modifier(dataSource(parameter))]"
ClockLabelText "The time is: [time]"
QuoteLabelText "Quote of the Day: [trim(randomLine('C:\quotes.txt'))]"
SysLabelText "CPU: [cpu], RAM: [memInUse]"

<snip>

iTime
Current time as Swatch internet time (beats).

Posted by member 7223 on 2003-12-04 10:38:02 link

What is internet time (beats) ?