[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: Click Debugger



PureBytes Links

Trading Reference Links

Gene,

Sometimes its handy to look at a problem just around a
certain time frame.  I use the following condition like
statement to narrow the amount of debug info to look at:

if datetojulian(eldate(09,01,2001)) < datetojulian(date) and datetojulian(date) < datetojulian(eldate(10,01,2001)) then
  print(.....);


Regards,
Ernie
ebonugli@xxxxxxxx