On Friday 08 November 2013 09:00:12 Ivanko B wrote:
> BTW, shortcuts for range check might be very handy :
>
> -----------
> if i in 1..10 then
> -----------
>
> or
>
> -----------
> if i between 1 and 10 then
> -----------
>
> less cumbersome than
>
> -------------
> if (i >= 1) and (i <=10)  than
> -------------
>
Make a function:
"
 if rangeok(i,1,10) then begin
"

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to