fc is an array
gmorlosky wrote:
> I get an error about not being numeric for line # 2 below which I // out. Why
> is "if (fc > 20)" not valid ?
>
> fc = Foreign( symbol, "C" );
> // if (fc > 20)
> if( ! IsNull( fc[ 0 ] ) )
> {
> Plot( 100 * ( fc - fc[ fvb ] )/ fc[ fvb ], symbol, colorLightOrange + (
> (2*i) % 15 ), styleLine );
> }
> // }
>
>
>
> ------------------------------------
>
> **** IMPORTANT PLEASE READ ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> TO GET TECHNICAL SUPPORT send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> http://www.amibroker.com/feedback/
> (submissions sent via other channels won't be considered)
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> Yahoo! Groups Links
>
>
>
>