HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

this is my code
Private Sub Command1_Click()
Dim maximum, minimum, highest, lowest As Integer
Dim num(1 To 5), i, j, z As Integer

    For i = 1 To 5
        num(i) = InputBox("number")
    Next i
   
    highest = num(1)
    lowest = num(1)
   
    For z = 1 To 5
  […]

The purpose of debugging is to find defect. For this one needs a scientific approach to check and verify the code methodology.
Discuss this scientific approach with solid comments.

a2a_linkname=”Discuss this scientific approach with solid comments.”;a2a_linkurl=”http://itquestions.info/discuss-this-scientific-approach-with-solid-comments/”;

I want to change the results of function deal() below which fills out a string array. In the watch window I can change the result of the memory location that the pointer points to, but not the string that begins at that address.
Is it possible to keep the memory location the same but alter the […]

hi
i want to join four tables.i used left join.thougn value are there in my db all the datas from
seekers_qualification, seeker_target tables are getting displayed as Null.but there is no Sql error
SELECT seekers.firstname, seekers.middlename, seekers.lastname, seekers.totalexperience, seekers.mobile, seekers_qualification.qualification, seeker_target.jobtitle, seeker_target.ann_salary, seeker_target.state, seeker_target.relocate
FROM seekers
LEFT JOIN (
SELECT seekers.firstname, seekers.middlename, seekers.lastname, seekers.totalexperience, seekers.mobile, seekers_qualification.qualification, seeker_target.jobtitle, seeker_target.ann_salary, seeker_target.state, seeker_target.relocate
FROM seekers
LEFT […]

« Previous Question                            

 Subscribe in a reader