[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Commentary



PureBytes Links

Trading Reference Links


Hello Tomasz,
 
Yes now I remember your post concerning this 
subject, but at that time I haven't understood it.
Thanks for your support.
 
 
Bernard Bourée<A 
href="">bbouree@xxxx
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tomasz Janeczko 

To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Saturday, May 26, 2001 11:07 
PM
Subject: Re: [amibroker] Commentary
Hi,This problem was discussed once on this mailing 
list, here iswhat I wrote then:Simply assign a value inside the 
function that getsstring but returns number (and discard the return 
value)as show in the example below:assigwithprint = "Test 
1";strlen( assignwithoutprint = "Test 2" );Q: why texts are 
written automatically?A: to save you the time writing "Write() or PRINT" 
in every line of the commentary,    and because assignments 
in AFL work similar to C++ (they have a value,   so constructs 
like a = b = c = d = 1 work) the string is displayed as it would be without 
the assignment.Best regards,Tomasz 
Janeczko===============AmiBroker - the comprehensive share 
manager.<A 
href="">http://www.amibroker.com----- 
Original Message -----From: <bbouree@xxxx>To: 
<amibroker@xxxxxxxxxxxxxxx>Sent: Saturday, May 26, 2001 8:37 
AMSubject: [amibroker] Commentary> Hello,>> 
I'm trying to build one commentary with AFL script>  and needsome 
help to solve the following problem:>> In order to clarify the 
script I am storing some string text in a> variable like 
:>> txt1=" text to be stored";>> in order to reuse 
it in some formula.>> The problem is that the 
line>> txt1= " something";> get printed in the commentary 
WITHOUT the order WRITEVAL !>> Thanks for your 
help.>> Bernard Bourée> 
bbouree@xxxx>>>>> Your use of 
Yahoo! Groups is subject to <A 
href="">http://docs.yahoo.com/info/terms/>>>Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.