The function prototype is like this; Function Import(ByVal Type As Integer, ByVal FileName As String, [ByVal DefFileName As Variant]) As Long
I cannot find further documentation other than the prototype. Please point me to the link for more documentation if I have missed out.
I do not know what value to use for ByVal Type As Integer and what kind of of Long value is returned. I am also not able to find description for [ByVal DefFileName As Variant].
Sorry about it. I will keep a lookout for this feature of Discourse in future when posting new topics. Do be patient with some of your slower customers.
I think it is a good practice to update all documentation into a single location. I suggest that the updated documentation on this thread be updated onto the Amibroker documentation.
Are you aware that to do what you are asking for in practice would mean that I could not answer e-mails or posts on forum because this is “different place” than User’s guide. If your suggestion about “single place” was implemented you would ask here and the answer would be placed in Users’ Guide and nowhere else.
There is a good old saying “be careful what you wish for”
Thanks for your patience in answering our posts timely, as always. What I had in mind was that if your customers can find the answers from the documentation themselves, they can bother you less on this forum and not divert your time from development.
For instance, things like description of a function should be in the documentation. Providing merely the function prototype is not enough, as was the case for Import() (see link below).