Click here to Skip to main content
15,886,137 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhelp about Max value?? Pin
outaleb20-Mar-08 4:06
outaleb20-Mar-08 4:06 
AnswerRe: help about Max value?? Pin
Dave Kreskowiak20-Mar-08 5:28
mveDave Kreskowiak20-Mar-08 5:28 
GeneralRe: help about Max value?? Pin
outaleb20-Mar-08 5:34
outaleb20-Mar-08 5:34 
GeneralRe: help about Max value?? Pin
Dave Kreskowiak20-Mar-08 5:58
mveDave Kreskowiak20-Mar-08 5:58 
GeneralRe: help about Max value?? Pin
Paul Conrad20-Mar-08 6:01
professionalPaul Conrad20-Mar-08 6:01 
GeneralRe: help about Max value?? Pin
outaleb20-Mar-08 6:26
outaleb20-Mar-08 6:26 
GeneralRe: help about Max value?? Pin
Paul Conrad20-Mar-08 6:51
professionalPaul Conrad20-Mar-08 6:51 
GeneralRe: help about Max value?? Pin
outaleb27-Mar-08 1:20
outaleb27-Mar-08 1:20 
hi guys;
it s a little difficult than you thought;idont wanna get the Max value of all but Max-values between the blocks.
<br />
For zahl = 0 To Intens_Array.GetUpperBound(0)<br />
            If Intens_Array(zahl) = 0 Then<br />
                Max = 0<br />
            Else<br />
                If Max < Intens_Array(zahl) Then<br />
                    Max = Intens_Array(zahl)<br />
                End If<br />
            End If<br />
        Next<br />

thats easy; but what i want is to get the Max value between each block of zero-values;
look i have an array with the values like
00000041932321459000000076384600000323453200000
my question is, how could i get the max VALUES whithin each block and his index in this arry for this example: 9-->index:17
8-->index:28
5-->index:40
i hope iwas clear;
so let me us plsSmile | :) )
thx all
QuestionWhy does it give me this error? Pin
jdstuart20-Mar-08 0:56
jdstuart20-Mar-08 0:56 
AnswerRe: Why does it give me this error? Pin
Dave Kreskowiak20-Mar-08 5:22
mveDave Kreskowiak20-Mar-08 5:22 
AnswerRe: Why does it give me this error? Pin
Christian Graus20-Mar-08 11:46
protectorChristian Graus20-Mar-08 11:46 
GeneralWeb Services in VB Pin
WinCrs19-Mar-08 23:29
WinCrs19-Mar-08 23:29 
GeneralRe: Web Services in VB Pin
Dave Kreskowiak20-Mar-08 5:15
mveDave Kreskowiak20-Mar-08 5:15 
Generalreading xml from string variable and writing it in file in vb.net Pin
sumit703419-Mar-08 22:58
sumit703419-Mar-08 22:58 
GeneralRe: reading xml from string variable and writing it in file in vb.net Pin
Dave Kreskowiak20-Mar-08 5:13
mveDave Kreskowiak20-Mar-08 5:13 
QuestionReading from an excel spreadsheet and storing the informaton in a table??? Pin
Mr Oizo19-Mar-08 22:30
Mr Oizo19-Mar-08 22:30 
AnswerRe: Reading from an excel spreadsheet and storing the informaton in a table??? [modified] Pin
Madang19-Mar-08 23:18
Madang19-Mar-08 23:18 
GeneralRe: Reading from an excel spreadsheet and storing the informaton in a table??? Pin
Mr Oizo20-Mar-08 0:26
Mr Oizo20-Mar-08 0:26 
QuestionProgram Is Runing? Pin
Mogtabam19-Mar-08 19:15
Mogtabam19-Mar-08 19:15 
AnswerRe: Program Is Runing? Pin
Nilesh Hapse19-Mar-08 19:44
Nilesh Hapse19-Mar-08 19:44 
AnswerRe: Program Is Runing? Pin
Dave Kreskowiak20-Mar-08 5:08
mveDave Kreskowiak20-Mar-08 5:08 
AnswerRe: Program Is Runing? Pin
LloydA11122-Mar-08 8:23
LloydA11122-Mar-08 8:23 
Generalhalt macro Pin
Orlando234519-Mar-08 16:47
Orlando234519-Mar-08 16:47 
GeneralRe: halt macro Pin
Anoop Brijmohun19-Mar-08 20:22
Anoop Brijmohun19-Mar-08 20:22 
QuestionHow to load excel records into oracle table using vb.net Pin
Madang19-Mar-08 16:22
Madang19-Mar-08 16:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.