PureBytes Links
Trading Reference Links
|
DOESNT work it expect a = sign
oAB.Import 0, "C:\MyFileToImport.prn", "prnn.format"
At 07:51 AM 7/16/2001 +0200, you wrote:
Hello,
This is an example of using Import function in VB:
Set oAB = CreateObject("Broker.Application")
oAB.Import 0, "C:\MyFileToImport.prn", "prnn.format"
First argument should be always 0 for ASCII imports
Second is a full path to the file
Third is a file of the import format to be used (without path) - available
format files are located "Formats" subdirectory of AmiBroker.
AmiQuote: uses WinInet through CInternetSession MFC class.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
<http://www.amibroker.com>http://www.amibroker.com
----- Original Message -----
From: "NIck Iacovelli" <nickhere@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, July 15, 2001 8:24 PM
Subject: [amibroker] TJ help with IMPORT
> You have a ami.import feature in the automation
> I notice using the import feature is faster than putting the data in
direct.
> I need info on how to access it so i can improve AMIenhancer
> Also are you using winsock or winnet in amiquote.
>
>
>
>
> Your use of Yahoo! Groups is subject to
<http://docs.yahoo.com/info/terms/>http://docs.yahoo.com/info/terms/
>
>
>
Your use of Yahoo! Groups is subject to the
<http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
|