Re: enum and combobox

Tech-Archive recommends: Speed Up your PC by fixing your registry



> Use a loop to iterate over and assign to your > combobox.

I think it can be done without the loop.
Look it up in the docs.
Roger


.



Relevant Pages

  • Re: Multivalue tail recursion?
    ... Well, iterate just plain looks nicer/lispier than loop, and ... functions operating on series/vectors/streams of data elements are much ... expressions, because they are typically implemented very inefficiently. ...
    (comp.lang.lisp)
  • Re: Symbol clashes: how to avoid them. Part 2
    ... It is _much_ better than loop. ... with iterate - it is truly lispy sublanguage and it obeys all lisp ... All this code is not a final package. ... using many different libraries in one project. ...
    (comp.lang.lisp)
  • Re: How do I delete the result of a Select statement from the original datatable?
    ... but you can with an index based loop. ... Am I going to have to iterate each row in the datatable and compare the ... For Each strItem In wsVIP ... If Not recCount = 0 Then ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: formula to count charcter in a range
    ... you use of the word "effectively" is meant to cover the fact that, for example, in "*w*w*", once one 'w' is found, the search loop must continue on in order to look for the next 'w'. ... Your formula would iterate through range as many times as there are ... argument contains wildcards isn't as simple as my SUBSTITUTE call. ... in range, A were the number of sequential entries in instance_array, ...
    (microsoft.public.excel.worksheet.functions)
  • Re: DataTable weirdness
    ... > If I iterate through all the elements of a table in thread A, ... > correct assuming that the lock in thread B will block until the ... the collection will now have a gap between ... This causes problems for any loop that started with the assumption ...
    (microsoft.public.dotnet.languages.csharp)