5 lines
286 B
Text
5 lines
286 B
Text
<# DEFINE WORKAREA PARSEVALUES>Rexx Parse</#>
|
|
<# DEFINE PARSEVALUES LITERAL>Rexx Parse|'<BR>' UTCtime 'UTC'</#>
|
|
<# LET VARIABLE URLSOURCE>timer|http://tycho.usno.navy.mil/cgi-bin/timer.pl</#>
|
|
<# ACT REPLACEBYPATTERN PARSEVALUES VARIABLE>Rexx Parse|timer</#>
|
|
<# SAY VARIABLE>UTCtime</#>
|