[F-Script-talk] Arrays size mismatch question.
Brought to you by:
pmougin
From: Noa G. <no...@ly...> - 2004-12-15 11:29:18
|
Hi . I am taking a course, in which I will perform a presentation about the OOPA= L article and fscript language. Unfortunately I have no access to a compute= r running Mac OS and so I can't try to work with fscript on my own. I have = a couple of questions, that were really easy to solve if this wasn't the si= tuation, that I hoped someone here could help me answer. What would happen = in the following cases, where we have 2 arrays, with different sizes: 1. {1 , 2, 3, 4, 5, 6} @+@{1, 2, 3} 2. {1 , 2 } @+@{1, 2, 3,4} 3. {1 , 2, 3, 4, 5, 6} at: {true, false} 4. {1 , 2} at: {true, false, true} Thanks! --=20 _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.as= p?SRC=3Dlycos10 |