This page (revision-13) was last changed on 09-Apr-2015 17:13 by Albrecht Striffler

This page was created on 09-Apr-2015 15:49 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
13 09-Apr-2015 17:13 366 bytes Albrecht Striffler to previous
12 09-Apr-2015 17:13 450 bytes Albrecht Striffler to previous | to last
11 09-Apr-2015 17:12 448 bytes Albrecht Striffler to previous | to last
10 09-Apr-2015 17:12 442 bytes Albrecht Striffler to previous | to last
9 09-Apr-2015 17:12 440 bytes Albrecht Striffler to previous | to last
8 09-Apr-2015 17:12 439 bytes Albrecht Striffler to previous | to last
7 09-Apr-2015 17:11 438 bytes Albrecht Striffler to previous | to last
6 09-Apr-2015 16:32 318 bytes Albrecht Striffler to previous | to last
5 09-Apr-2015 16:06 296 bytes Albrecht Striffler to previous | to last
4 09-Apr-2015 16:05 296 bytes Albrecht Striffler to previous | to last
3 09-Apr-2015 16:05 296 bytes Albrecht Striffler to previous | to last
2 09-Apr-2015 15:49 207 bytes Albrecht Striffler to previous | to last
1 09-Apr-2015 15:49 207 bytes unknown to last
Incoming links Outgoing links
DateToTimeStamp ...nobody

Difference between version and

At line 10 changed one line
@inputSize: 20
At line 17 added one line
MyNow [date]
At line 20 added 4 lines
%%Variable
MyNow = now
%
At line 24 changed one line
UnixStart = #1970-01-01#
UnixStart = date(1970, 1, 1)
At line 32 added 4 lines
%%Variable
QuestionNum = now - UnixStart
%
At line 28 changed 2 lines
IF now = known
THEN QuestionNum = eval(now - UnixStart)
IF MyNow = known
THEN QuestionNum = eval(MyNow - UnixStart / ms)