Summary: I am required to make a text file compressor/decompressor for a class I am taking. I am to use the run length algorithm. I have a few ideas on how t...
Summary: Not exactly, Razor I want the value in J2 to drop into column J of the NEW row I just created with the InsertRow macro. Taking from what you said, I'v...
Summary: Are we playing "Who can post the longest message"? :-) Sorry Jeff, I'm afraid your Jack has you beat:-) I just wanted to point out a couple of thing...
Summary: The best solution could be one of a number of possibilities. But for simplicity, I would suggest a "Make-Table" query. Build a new query, and add in y...
Summary: Don't know exactly what you are looking for. Maybe this will help. Rather than explain it all, just ask questions if there are parts that you can't ...
Summary: Hi, This is a mysql-jdbc question. I am trying to issues a jdbc statement to add a row into the mysql table named ‘registration’. There are three...
Summary: PictureClip Control? That is used for dividing a Picture into Multiple Rows and Columns! Mainly used for Animating! How does it do the trick for u? Sa...
Summary: I've been meaning to get a little overview out there on web technologies...This is probably as good of a place to put it as any. Hoping I can just li...
Summary: Hi, I'm new to Lotus notes. Currently I am using Lotus notes 6.5. The requirement is such that users will select some of their E-mails and checks-i...
Summary: Here it is in Maple V... Perhaps you can derive a solution in C++ or Java. Have you tried yet? The "Strassen" algorithm, lacking in optimization of va...
Summary: This is a quick and dirty look; it may not be what you want but I had fun playing with the problem. It's an Excel VBA macro and I don't even know if i...
Summary: You could import it into excel first parse into columns transpose row to columns. (Paste special) Or Could write a little program to do it. ...
Summary: Hello, thanks for your ideas! Really sorry for the long post but I didn't explain good last time =) The reason why I can't put like this "%%a %%b %%c"...
Summary: The basic syntax of the DIM statement for multidimensional arrays is as follows: DIM variable (row [, col] [, depth] [, ...]) For example, this statem...
Summary: Why not set the cell background at the same time as the data is put into the cell? Otherwise use the TextMatrix function which will address ever cel...
Summary: Hi! Please help me with this program...I have absolutely no knowledge of C++! PLEASE HELP ME! Write a function with prototype that takes the 1st argu...
Summary: I modified some code that I'm using elsewhere to use here as an example. Each push of the "Add Row" button, adds a row with one non-editable and one...
Summary: I'm inserting a new row into(middle of/@ specific spot)a worksheet and copying from above. My PROBLEM is that even though the drawings(located a coupl...
Summary: Hello ghostdog and Mechanix2Go, Thank you again for your help. I've documented this as specific as I can. Please read below and let me know if I'm m...
Summary: Guys I'm looking for a bit of code which would allow me to extract rows 3 to 34 from multiple csv files (over 100) and place the rows into one large c...
Summary: No, Mr. Khash, you have it almost correct. I am happy that you can understand my question. "And what is printelement(a)?" Sorry, a mistake here. It is...
Summary: Hey everybody, I am having this particular problem working with Visual C++ 6.0. I have a CListCtrl structure and a call like this: m_ctrlSignList.Set...
Summary: hi everybody!! please help me getting the codes and solution to these programs,,, thankyou,, 1)i want to write a recursive funtion called times that ...