search for: listcount

Displaying 2 results from an estimated 2 matches for "listcount".

Did you mean: list_count
2011 Feb 16
1
sprintf does not print
Dear all I have an sprintf inside a loop to track changes in variable's value. This sprintf statement works if I copy and paste it inside R sprintf('I did the the %d,%d \n',k,l) but when this is inside a loop I get no message. listcounter<-1 for (k in c(1:mmax)){ # for (l in c(1:nmax)){ lst[[listcounter]] <-fun(estimatedsr) listcounter<-listcounter+1 sprintf('I did the the %d,%d \n',k,l) } } When I paste the code above I never get any message printed. I know that the loop works. When I kill...
2001 Jul 03
1
Re: ogg vorbis controls (fwd)
...t; > Private Sub OEnc1_PercentDone(ByVal nPercent As Long) > > prog.Progress = nPercent > Label1.Caption = nPercent & " %" > > If nPercent = 100 Then > prog.Progress = 100 > ListBox.RemoveItem 0 > > If ListBox.ListCount > 0 Then > prog.Progress = 0 > OEnc1.openfilename = ListBox.List(0) > OEnc1.Encode > End If > If ListBox.ListCount = 0 Then > prog.Progress = 0 > MsgBox "You Are Now Done", vbInforma...