PureBytes Links
Trading Reference Links
|
you can find some examples in the help, at the end under "AFL Reference
Manual", or you can type in "function" and search the afl library, lots of
examples there.
functions are used to encapsulate frequently sections of code that return
one value so that you can call the code repeatedly without having to copy it
all over your code. Simplifies complicated code significantly. After your
functions are debugged you can copy them to an include file after which you
can call your function simply by name, just like any other AmiBroker
function. Verty nice technique... a most-know aspect of afl :-)
herman
-----Original Message-----
From: Paul A. [mailto:amibroker@xxxxxxxxxxxxx]
Sent: Monday, October 04, 2004 2:32 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] user-defined functions
I'm having trouble finding the documentation regarding user-defined
functions. Yes, I know it's in the docs somewhere, since I've seen it
before.
1) I don't know what they're officially named so I don't know what to
search for. "user-defined functions"? "user-created functions"?
2) Where, please, might I find a discussion of the rules of user-defined
function visibility? Are they visible to only the code following their
definition? What about multiple includes, each filled with user-defined
functions? Are the included functions only able to call functions defined
earlier in the code?
No need to answer any of these questions, just please tell me where such a
discussion exists.
Also, I'd welcome any suggestions as to how I might have better figured
this all out for myself. I searched every relevant word I could think of,
and looked through the Help's table of contents, and read the AFL
Reference
Manual, but didn't see anything. Did I miss something obvious?
Thanks.
-Paul
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|