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

Re: Export Date Format



PureBytes Links

Trading Reference Links

Not sure how your "307" got changed to "303" and the Programmers will be 
rolling in the aisles, but you could use the following formatting:

Print("200",RightStr(NumToStr(Date,0),4));
_____________________________________
At 09:50 AM 12/30/2001 -0800, you wrote:
>If have TS 4 and when I export an ascii file the date
>exports to the format below:
>Date    Open    High    Low     Close
>1000307 10165   10165   10165   10165
>
>Is there a way to make the date export to:
>Date
>2000303
>=====
>Regards,
>Mike Kittelson