Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BuddyWeiser

    Seek certain data in a file, and compare....

    Wow! This is nearly exactly what I was looking for. I'm glad someone out there knew what I was trying to say heh. Thanks for the tips, I think I have the idea in my head on how this will work. Say, for the code you gave me, I could use the Record Statement to fetch the entire text string for...
  2. BuddyWeiser

    Possible TCP\IPX\SPX\IP\FTP Control?

    Just wondering if it was possible to control all the ports on your computer through QB? i.e: Like a firewall only without all that extra features... Just plain blocking access on all ports? Thanks
  3. BuddyWeiser

    Lining up dollar signs($)

    try splitting up each deal into individual print statements and using the LOCAYE x,y function to align your $ signs for each entry so the same location on each row will align in the same column on the previous rows, etc... Skip the TAB(xx) statements because i think it is taking the TAB...
  4. BuddyWeiser

    Seek certain data in a file, and compare....

    I have a file, in which each statement reads something like: "texthere ##-##-##-##-##-## texthere texthere ##-##-####" What I want to do is search the file, line by line, for ##-##-##-##-##-##, each ## individualy, and have it count how many times all the different ##'s appeared...
  5. BuddyWeiser

    MASS File Renaming

    I'm at a halt... What I want to do insert a word in the front of about 300 files... i.e. add '(NES)' to the name of the file so FNAME.NES would be renamed to '(NES)FNAME.NES'... I've looked through the help index in QB but I can't figure it out. I understand alot about filespec and all that so...

Part and Inventory Search

Back
Top