Re: Program not showing correct value Programming Software Development by vegaseat Remove lines 124 to 134, you already have declared these variables in lines 27 to 37. Move lines 27 to 37 into your main program below the win1() line to make those variables global. Variables declared inside a function are local to that function. Re: nullreferenceexeption was unhandled Programming Software Development by kvprajapati Remove lines # 19,20,21 Re: UPDATE statement not updating DB Programming Web Development by kvprajapati Remove lines from 155 to 163 and use ExecuteNonQuery instead of ExecuteReader. [code] cmd1.ExecuteNoneQuery() [/code] Re: pleas help with method Programming Software Development by quuba Remove lines L2,L3,L4. You can use them inside program before invoke the [I]getInvoiceAmuont[/I] method. Re: Help Java Payroll Program Programming Software Development by kramerd Remove lines 28, 34, 40 and 46. Re: need help in simple HTACCESS - redirection removing a word Programming Web Development by pritaeas Remove lines 2 and 3. Re: Reading off a Streamreader for conversions Programming Software Development by ddanbe Remove lines 41 and 42 in one of your previous posts, they … Re: array shift to right Programming by ddanbe Remove lines 13 to 17 and replace with: array[0]=temp; EDIT: Just noticed `int array[6];` is an array that goes from 0 to 5. On line 8 you are indexing with 6. But I guess you are able to fix that yourself. Success! Python - Remove current and following 3 lines when two specified words in t Programming Software Development by bintony.ma_1 …: http://www.daniweb.com/software-development/python/threads/436159/python-remove-lines-when-two-specified-words-in-the-same-line I am…. my task is to do the following Python Remove current and following 3 lines when two specified words in the same line… Re: Python - Remove current and following 3 lines when two specified words in t Programming Software Development by bintony.ma_1 hi experts, I have a new quesiton following what I asked before: http://www.daniweb.com/software-development/python/threads/436159/python-remove-lines-when-two-specified-words-in-the-same-line removing lines from a file Programming Web Development by bibiki …write a simple script that lets me remove lines from a file. I have an elementet…a drop down list, I would effectively remove a line from my file. But that…the element to be removed is selected $lines = file("elementet.txt");//I read…fopen($file, 'w');//open the file for writing foreach($lines as $num => $l){ //if the line… Re: Delete drawn lines Programming Software Development by ahoest …).ptSegDist(p) == 0.0) { System.out.println("clicked"); lines.remove(i); //lines.remove(lines.get(i)); } } repaint(); } [/code] the thing is that it… Re: How to keep the Lines drawn in Graphics g after repaint() Programming Software Development by NormR1 Those are the choices I know of: save the lines in a list - this would allow you to remove lines draw the lines on an image - this would not allow lines to be removed (they could be drawn over with background color) please help: fgets() problem Programming Software Development by patkhor …The problem occurs when I remove lines from text file while program is running. The lines count is correct, but the…the text file and remove "pqr" line, save it, and close the file. Lines count: 11 // Notice… fp) != NULL) { i++; count++; } fclose(fp); printf("Lines count: %i\n", count); for (i = 0; i &… Problem with reading from text file and pulling specific rows Programming Software Development by rbrnkr … a button. The button will add all lines but if I un-comment the two lines it does nothing. [CODE]Public Class… all rows of data that have Joe Blow but the lines are written to the first column only. [CODE] Private Sub… thing that I have found is if I wanted to remove lines that I didn't want and did a search, the… win98error Hardware and Software Microsoft Windows by thunderstorm98 iam using win98 in my pc...suddenly an error comes when i started windows..it says "Insufficient memory" to initialize windows...remove lines from autoexec.bat and config.sys.....but i tried that all and this same problem comes again....i also changed my RAM but still this error comes....anyone help me pls PHP Parse error Programming Web Development by trilithon … error, unexpected '>' in ... on line 14[/B] If I remove lines 14 to 27 (from <style> to </style… Help needed in arrays Programming Web Development by nstrazimiri Hi. I want to remove lines with same text. i wrote this code, but it doesnt … Re: Help needed in arrays Programming Web Development by nstrazimiri Hi. I want to remove lines with same text. i wrote this code, but it doesnt … Re: How to delete a line in txt file by selecting it on listbox Programming Software Development by guilherme.carvalho.9250 … I tried this but it doesnt work too. Dim lines() As String = IO.File.ReadAllLines("C:\Users\… Integer = 0 To UBound(lines) If lines(i).Contains(task_viewer.SelectedItem.ToString) Then ' MsgBox(lines(i)) lines(i).Remove(lines(i)) End If Next Re: points to line/curve conversion Programming Computer Science by Rashakil Fol Draw lines between every pair of points, order lines by number of points covered or nearly missed, remove lines with the fewest intersections until no more can be removed. Optimal solution not guaranteed. This is an n^2 log(n) algorithm though. Re: Appending missing text to a File to a specific place. Programming Software Development by Jaycee75 … needs removing and replacing with my enteries. how do I remove lines? Please ignore all the msgbox parts they were just for…. arX = File.ReadAllLines(myFile, System.Text.Encoding.Default) '// load file lines into Arrays. isFileEdited = False '// set to False and only save… Re: Php troubles Programming Web Development by Zagga … the previous value. The last declaration for this is blank (remove lines 10 and 12 to fix this). Add `echo "$row… Re: Name and Zip Array Programming Software Development by darkagn The problem here is that you can't see the fName parameter from the toString() method. This is because fName belongs to the Individual class, not the IndividualArray class. I think that you should remove lines 33-35 since you are outputting your list of Individuals one by one after that anyway. Re: How to intersect using hashset.. Programming Software Development by ddanbe Duno if it will help but try and remove lines 32,33 and 35. Re: Deleting symlinks Hardware and Software Linux and Unix by Gribouillis There is no syntax error for my python. However, remove lines 3 to 8 if you want, they're not used. Are you sure that the shebang works ? Re: "Stopped Working" during routine Programming Software Development by cgeier …(0) = Chr(12) & fileDataArr(0) End If 'if necessary, remove lines at end of report - '"End of Report" and…(0) = Chr(12) & fileDataArr(0) End If 'if necessary, remove lines at end of report - '"End of Report" and… Re: "Stopped Working" during routine Programming Software Development by cgeier … Chr(12) & fileDataArr(0) End If 'if necessary, remove lines at end of report - '"End of Report" and… - 1 Then 'merge file and remove "End Of Report" / 'extra blank lines MergeFile(filenameList(i), inputFileEncoding, outputFilename, … Re: pleas help with method Programming Software Development by leiger As quuba said, your lines 2-4 are redundant. You're passing in values to … getting values from the console instead!! You should either remove lines 2-4, or remove the parameters - getInvoiceAmount() - up to you which one… Re: Noob: while loop keeps executing even when sentinal value entered Programming Software Development by mike_2000_17 The error in your code is that in lines 46 to 50, you redeclare a new… the variables declared prior to the loop (at lines 27-31). In C/C++, the rule is… that invoking variables (like at lines 52-59) always refers to the variables with those… the loop **never ends**. You should simply remove lines 46 to 50, and it should work as expected.