PureBytes Links
Trading Reference Links
|
I see it in the chm file. infact i see it in many locations in my
copy of the chm file. not sure if it is my machine font or something.
for example, if u seach the text Playback time in the chm file, u
will find 3 results and the 3rd one has the example with the text
pt = GetPlaybackDateTime(); // new function to retrieve playback
position date/time,
//returns zero if bar replay is NOT active
if( pt )
{
??Title = "Playback time: " + DateTimeToStr( pt );
}
else
{
??Title = "Bar Replay not active";
}
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
wrote:
>
> There should be no ?? in teh variable names. On which pages do you
see that?
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "murthysuresh" <money@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, September 18, 2007 12:33 PM
> Subject: [amibroker] what is the meaning of ?? in the documentation
>
>
> > Tomasz
> > I see several variables with ?? notation in it. Is there any
> > significance to the ?? or is it just a convention that is being
used.
> >
> > for eg
> > ??Title = "Playback time: " + DateTimeToStr( pt );
> >
> > seede
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|