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...
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...
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...
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...
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
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.