yeah. How would you write a program that looks something like this, only the right way??
??Start=GET(enter starting years)??
#history.tbl#
SUM ??Start-#timeinterval.tbl#??
IF Start=0 THEN END
END IF
(it is to create a smooth negative timeline with random events.
I keep getting an error at the SUM line.