PureBytes Links
Trading Reference Links
|
Ron,
Good Question. The input parameters are minimum value, maximum
value, and default. I checked to see what the highest maximum value
was and turns out it was 999,999,999,999(without commas) or 1 short
of a trillion. Turns out that the minimum value is the same but can
also go negative or -999,999,999,999(without commas). The prompt
text can be no longer than fifty characters.
Would make good info for a metastock trivia question.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Ron Berlin" <rsb_44@xxx>
wrote:
>
> Thanks Preston. It works.
>
> Is there a limit on the size of the number that can be used in the
dialog
> box?
>
> Regards,
> Ron
>
> >From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
> >Reply-To: equismetastock@xxxxxxxxxxxxxxx
> >To: equismetastock@xxxxxxxxxxxxxxx
> >Subject: [EquisMetaStock Group] Re: Year Input Issue. Work
around for six
> >input limit?
> >Date: Wed, 24 Jan 2007 16:59:21 -0000
> >
> >Ron,
> >
> >Maybe this will work:
> >
> >Month1:=Input("What month?",1,12,1);
> >Day1:=Input("What day?",1,31,1);
> >YearIN:=Input("What year 200?",00,15,07);
> >Year1:= 2000 + YearIN;
> >
> >Preston
> >
> >
> >--- In equismetastock@xxxxxxxxxxxxxxx, "Ron Berlin" <rsb_44@>
> >wrote:
> > >
> > > Hi all -
> > >
> > > I want the user to be able to input a date.
> > >
> > > The code below generates the desired dialogue box, but I can't
use
> >the year
> > > arrow up down arrows to change the year.
> > >
> > > Month1:=Input("What month?",1,12,1);
> > > Day1:=Input("What day?",1,31,1);
> > > Year1:=Input("What year?",2000,2015,2007);
> > >
> > >
> > > I get the message that the value must be greater than 2,000.00
> > >
> > > If I don't use the arrows, but just enter 2005 into the box by
> >hand, there
> > > is no problem.
> > >
> > > Is there a work around for a six input limit?
> > >
> > > If you want 2 dates entered there goes the limit.
> > >
> > > TIA
> > > Ron
> > >
> >
> >
>
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/
|