PureBytes Links
Trading Reference Links
|
MetaStock allows for only 6 input functions. If a 7th input function
becomes necessary, how do you get around it? For instance if one is
required to enter dates as shown below, 6 input functions are already
being used up and if a 7th input, say, for choice of plotting or some
calculation is required then how does one manage it?
{ Start date }
sd:=Input("Enter Start Date-DD :",1,31,1);
sm:=Input("Enter Start Month-MM :",1,12,1);
sy:=Input("Enter Start Year-YYYY :",1800,2100,2000);
{ End date }
ed:=Input("Enter End Date-DD :",1,31,1);
em:=Input("Enter End Month-MM :",1,12,1);
ey:=Input("Enter End Year-YYYY :",1800,2100,2008);
Regards.
Arun
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|