PureBytes Links
Trading Reference Links
|
Hello,
Just use Alias property of a stock automation object.
Set oAB = CreateObject("Broker.Application")
oAB.Stocks("KO").Alias = "COKE"
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: <Mattjai@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, August 23, 2001 9:04 PM
Subject: [amibroker] VBScript Example for Alias Field ?
> How can I add a ticker to the ALIAS feild in the Stock Information
> section with VBScript, as i would like to do this for all my stocks
> in the database.
>
> Thanks in Advance
> Frank
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|