PureBytes Links
Trading Reference Links
|
Hi all,
I am writing an AFL program that has several static text variables
defined for later use in the program. I also am using the commentary
commands printf and writeif to develop custom commentary. The problem
is that all of the static text varibles also show up in the commentary
window even though I did not indicate that I wanted this. Does anyone
know a way to turn this off or work around it? For example, the param:
System = ParamList("Choose System", "System A|System B");
will put the static text System variable information in the commentary
window. If I really wanted it there, I should at some place in the
program type:
PrintF(System);
Any thoughts to stop this behavior would be much appreciated.
Thank-you
Marty
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|