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 Mike Lewis 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. jsmokey

    hi resolution timer questions

    hi, I would like to use a high resolution timer to time some disk accesses. I want to do this in a loop where i start the timer, do a random access of a file, stop the timer, add the number in nanoseconds to the running total for averaging later. The pseudocode looks like this for i = 1 to 100...
  2. jsmokey

    wait statements dont work with synthesis tool

    Hi, I created a vhdl that simulates correctly. However i used "wait for x ns" statements in the process with no sensitivity list. when i tried to synthesize this using the tool, it says there is an error because the fpga doesnt recognize wait for statements. I decided to use a counter that is...
  3. jsmokey

    Create a .Txt file

    Phv, yes i have the file permissions in the directory. We have a network here that everyone has access to, and assuming that the person's computer that it doesnt work on is my boss, i would say that they definately have permissions on that network drive. Strangely, the only persons computer my...
  4. jsmokey

    Create a .Txt file

    Hey guys, I have some similar code to that, but for some reason when i run the program on some of the other computers over here, it gives me an error because the file does not exist. it says something about "data path invalid" and ive looked over the code numerous times and it seems like the...
  5. jsmokey

    Create a .Txt file

    Hi, I was wondering what the command to create an empty text file was. Suppose i wanted to create a .txt file in the C drive called "practice.txt". Anyone know how to create an empty txt file from scratch? thanks
  6. jsmokey

    Dialog Multiselect Limit?

    Hey, Is there a limit to the number of items that can be multiselected in a dialog box. I was just wondering because i want it ot select like 300 items at a time so i wanted to be sure before i implemented it, thanks
  7. jsmokey

    Parsing String Question

    Hi, lets say that i have a string like this StringA = "help me please guys" and i have another string variable that i want to put the word "guys" in. The only problem is that this is a tab delimited text file so all the spaces that you see in stringa are actually tabs...so my...
  8. jsmokey

    txt file parsing question

    hey that worked great thanks
  9. jsmokey

    txt file parsing question

    Hi, I just had a quick question. I am trying to take vba code for excel and use it to parse text files. I have a multiselect dialog box that i used to select the certian text files. All i wanted was to take each file selected and copy every line in it, put the copy into another file called...
  10. jsmokey

    Use VBA to Delete A file in a certian folder (txt file)?

    Hi, I was wondering if there is any way to open a certian folder on the hard drive and delete all of the files in that folder, then close the folder. Is this possible to do with vba? I know in VB6 you can do this but you have to create a filesystemobject or something. I cant figure out how to do...

Part and Inventory Search

Back
Top