PureBytes Links
Trading Reference Links
|
Hello,
Actually the ticker symbol can be retrieved easier:
Name()
http://www.amibroker.com/f?name
As for sheet name - the OLE interface only allows to get/set the index of the sheet, not its name
using SelectedTab property.
http://www.amibroker.com/guide/objects.html#AWindow
You may store relationship between SelectedTab index and its name in your formula
and that way retrieve the name.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Jurgen Oscar" <jurgen_oscar@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, November 09, 2007 3:15 AM
Subject: [amibroker] How to get the Sheet Name
> Hi all,
>
> Could you help me with this simple question?
>
> To get the ticker name I use:
> Ticker = oAB.ActiveDocument.Name;
>
> How to get the Sheet Name within the ticker?
>
> Thank you.
>
> Regards,
> Jurgen
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> 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/
|