--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > True, but it would be helpful if that example were documented as: > > > > local v1 > > if v1.exists > > v1.destroy > > v1 = vec.createfromwords("[EMAIL PROTECTED]@gamma|delta","@|") > > for each elem in v1 // for each element in the vector > > win.debug(elem) // shows alpha, then beta, gamma, delta > > endfor > > > I cannot really document every technique. > > I guess I believe that there is a point where you just have to > rely on your creativity and skills as a programmer to understand > and use the facilities in the language and not expect to find the > answer in the help. Especially since the help is intended more as > a reference than a tutorial. >
Needs parentheses on line 2 anyway <g>
