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

Re: span class



PureBytes Links

Trading Reference Links

Doh! Okay, thanks... (:-)))

Ian

> That "span clas... etc." thing isn't EL, just some webpage markup. 
> The line
> 
> LRValue = <span class="spnSearchHighlight" id="hilite">Linear</span 
> id>
> ="hilite">RegValue( Price, > Length, 0 ) ;
> 
> is really only
> 
> LRValue = LinearRegValue( Price, > Length, 0 ) ;
> 
> looks like if you simple remove all stuff found between < and >, you 
> should
> be good to go.
> 
> Abhijit
> 
> 
> 
> ----- Original Message ----- 
> From: "Ian Waugh" <ianwaugh@xxxxxxxxx>
> To: <omega-list@xxxxxxxxxx>
> Cc: <ianwaugh@xxxxxxxxx>
> Sent: Tuesday, January 13, 2004 5:19 PM
> Subject: span class
> 
> 
> > Hi All,
> >
> > I've seen some code on the Tradestationworld site which includes
> > stuff like the following:
> >
> > LRValue = <span class="spnSearchHighlight" id="hilite">Linear</span 
> > id
> > ="hilite">RegValue( Price,
> > Length, 0 ) ;
> >
> > Alas, I'm using 2000i which doesn't recognise this piece of erudite
> > programming. Can anyone tell me how to convert it for used with 
> > 2000i?
> >
> > Thanks.
> >
> > Ian
> >
> >
> 
> 
>