Hello,

x *= y

is just a "shortcut" form of:

x = x * y;

You can't use it now, but you will be able to use it in next release :-)


Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "vlanschot" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, March 21, 2007 10:59 AM
Subject: [amibroker] Meaning of code snippet "*="


> Hi,
> 
> Could somebody please explain what the meaning of *= is in a line of (C-
> )code? Can we use it in AFL?
> 
> Example: Array[i] *= Number;
> 
> Thx,
> 
> PS
> 
> 
> 
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 
> 
>

Reply via email to