PureBytes Links
Trading Reference Links
|
Very strange why the DATE sticks for some quotes when using
(19000000+DateNum());
I have also tried........
//sad1 = 10000 * (Year() - 1900) + 100 * Month() + Day();
sad1 = (10000 * Year()) + (100 * Month()) + Day();
sad2 =(19000000+DateNum());
StrDate = WriteVal(Year(),1.0)+WriteVal(Month(),2)+WriteVal(Day(),2);
AddTextColumn(StrDate,"<StrDate>");
AddTextColumn(WriteVal(Day(),2),"TextDay");
AddColumn(Day(),"day",1);
AddColumn(sad1,"sad1",1);
AddColumn(sad2,"sad2",1);
Michael.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|