Summary: Hello, I need your support. I have to read a text file two times. Is there a command that return at the begin of text file to re-read every line? Tha...
Summary: hi all, how many string characters will fit into a column in an oracle 9 database which has its size 4000bytes ?? i.e do i check the string.lengt...
Summary: is text in file "A" at a specific line, or do you want text based on the contents of the text (f/e: if line contains "AARDVARK" insert this line into ...
Summary: I'm not sure why it's returning an errorcode of 1. One thing I've just found from testing is that if you have a piped statement: command1 | command2 t...
Summary: routine does timer (example 5 seconds): replace var. names as suitable for minutes not seconds, replace: ,8! with ,5! in code. (hh:mm:ss min...
Summary: Wow, thank you so much!! That does exactly what I wanted. And it probably would have taken me the rest of the day (and then-some) to figure that out...
Summary: using A for the var. you want to "insert" at the 4th bit (i will risk the assumption that you mean switch and not insert) and B as the var. that is ho...
Summary: Hi again, I need to append FLIGHT\ at the front of all records that have ( in position 23 in a TXT file. Help for a BAT file would be greatly apprecia...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: Hey. I need some help with C or C++. I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly -...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: I am new to C programming. I have recently started to compile a few small basic programs and they seem to be working ok but when i go to run them, th...
Summary: I'm trying to write some VBA code to insert a new row (at the third row), then insert an incrementing quarter [1Q 2009, 2Q 2009, etc.] into cell C3, i...
Summary: Thank you very much btk1w1 for both testing and your private message! You have checked two of the big boxes: Win 7 and x64! The "docs" is really only...
Summary: I need to check a variable %%a to determine if it matches a string. If it does match then I want to insert a newline. The string that I'm trying to m...
Summary: Thanks for replying. I have no idea either, I'm not as advanced in this as you lol. I can see how it works. Couldn't you have each letter Assigned a n...
Summary: Hi, I tried the batch script,but I am not the script is not tracking the exsiting files. When I executed the script it is replacing the already exsiti...
Summary: DLLs should be embedded in exe file. If they are embedded in the .EXE then they wont be Dynmic Linked any more, they would be Static Linked and that i...
Summary: First of all, the easiest thing to do is set your warning level to maximum (/W4) to detect potential problems at compile time. Then for detecting memo...
Summary: My bad. I start with 3 SELT*.EXT files, create times are 10a, 12p and 2p. At the end of the batch run, I only get one copy of the 10a file and its ...
Summary: Hello again, I have another misery here how to solve via batch file command. I have this text file that contains with space tab delimiters i.e. Apple&...
Summary: i've worked some with vfp, and based on my experience, i would guess that vfp cannot open and extract PDF files text. If however you have access to vi...