PureBytes Links
Trading Reference Links
|
I may be trying to do something that's not possible (More than likely)
Is it possible to Call an AFL function from JScript embeded in the AFL?
EG #1
EnableScript("VBScript");
Volitile = InWatchList(7);
<%
if (AFL("Volatile")= True)then
{Call #include "E:\Folio.sentinal\Programs\AFL FILES\Volatile.afl" }
else
{Call #include "E:\Folio.sentinal\Programs\AFL FILES\Normal.afl" }
%>
KR
Michael.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|