Summary: You need to think very clearly about what exactly you are doing at each step. What are you passing to Sub FindFile? The sub expects a string variable ...
Summary: Hi, I want to combine two or more files into one file The first row is the header I want to strip the header in each file and then create a combine fi...
Summary: Hi, I need to do the following -Get a path through a GET method -Show alphabetically sorted, the folders inside that path, followed by all the files ...
Summary: I have a problem consistant of making a JAVA based DOM program that combine two XML documents into one! XML doc 1: Is Customers XML doc 2: Is Customer...
Summary: Hi, In a folder I want to combine all the files with specific name in the filename into one Suppose I have file with name 092008AADD 102008AADD 082008...
Summary: was wondering if anyone could give me some hints on how to change a program from just a main program with sub programs into one with object oriented ...
Summary: hello, i have the following statements: SELECT orderdetails.id FROM orderdetails WHERE orderdetails.qtyordered > orderdetails.qtydelivered the above...
Summary: I don't do PHP, but don't think that this is a PHP specific problem. By that I mean that I believe that you'd have the same problem regardless of wha...
Summary: Are you sure you want to do this that way? Turning the contents of a variable into a variable borders on self-modifying code, which to my knowledge j...
Summary: The VC++ compiler can incorperate multiple .cpp files into one program, along with libraries. It does this by converting all of the .CPP files into a ...
Summary: I am trying to pass two objects into another class. I have created a time class and a date class. I have passed those two objects into a class I cal...
Summary: Sorry, I didn't look over the whole program very closely and missed some other things. Change these two definitions: char* l_lpszUser; char* l_lpszMsg...
Summary: Hi, here's what i could need some help with.. 1. I want to read a whole txt document into a variable. Also it would be nice to check if a certain word...
Summary: info that might be of help-- Compiler: VC++ 6.0 Problem to do with: Win32 SDK OS: Windows XP Hi, At the moment I'm reading Sams Tricks of the Windows...
Summary: I'll assume that you understand how to declare and use an array and also a while loop. The 'tricky' deal here is that while your number range is 1 to ...
Summary: Hello all, I have a problem trying to compile a C program and, as a newbie to C, I am confused! This program comes from a tutorial, "A quick introduc...
Summary: I didn't walk thru the code line by line, but I'd guess that you are asking why the variables ivalue2, fvalue2, and letter2 didn't have new values aft...
Summary: People always seem to get mad at me when I ask this, but this time I absolutely have to...Are you really talking about javascript, or do you mean Java...
Summary: yea, if the number is even, split it into two variables in the middle of it (i.e. 1234|5678 and then make the last two digits of the first half (12[34...
Summary: I'm trying to create a batch file that will extract a specific line from a text file into a variable. The line I need is "Num=xxxxx" (the Xs are unkn...
Summary: Hi, I need help to find solution to this problem well my motto is to combine files within a folder with common string in their file name into one. I a...
Summary: I have a text file that will have 2 entries per line. They are servername and a IP address. I would like to create a batch file that would parse each ...