PureBytes Links
Trading Reference Links
|
try the interpretation window
"The printf function formats and prints a series of characters and
values to the output window, which can be either commentary or
interpretation window."
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 18/07/06, ggoom <ggoom@xxxxxxxxx> wrote:
> I am running AA scan successfully and sometimes want to print
> simple (non-dynamic) text information. I can print it to a file using
> the 'fputs' function. However if I use the printf function such as
>
> printf(" working well ");
>
> I cannot see the output anywhere. It seems like commentary or
> interpretation windows can be used, but I don't see the output in
> those windows.
>
> Is there any trick or am I missing something?
> Thanks for help.
>
> ggoom
>
>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
|