On a very practical note:

I need to to do inline calculations of indexes such as

D[i+1-d/2:j-3+q*5]

where i,d,j and q are Int64 and d is a multiple of 2 i.e. d/2 should always 
be integer

What is the most efficient way to use an expression as above but to avoid 
the Warning: indexing with non Integer....... ?

Thanks, Jon

Reply via email to