Page 1 of 1

VECTOR

Posted: Sat Apr 03, 2010 2:36 pm
by terryus
hi.....
I have the following lines:

if sf (i)> df (i) then
vector vii2 = vii (i) + (nd (i)-df (i))
vector df2 = vc + vx + (vk + vii2) + vip
vector DF3 = mip * df2
endif

I'm trying to evaluate i-th element of the vector sf> df, but it shows error.
What's wrong?