Show Bid Request
Read File into array
Bid Request Id: 17836
|
|
|
Posted by: |
spurri (9 ratings)
(Software buyer rating 9.88)
|
Non-action Ratio: |
Above Average - 30.00%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Jun 2, 2002 2:32:29 PM EDT
|
Bidding Closes: |
Jun 16, 2002 2:36:35 PM EDT
|
Viewed (by coders): |
316 times
|
|
|
|
Description:
I need to have someone write the source code to read the ASCII Codes of a binary file into an array. For example if the file starts out with the chars 255,133,13,45, then those should be the first 4 elements of the array. I need to be able to do this for any file of any size. It needs to be done as simple as possible in VB...SIMPLE (I need to be able to follow it and work with it well).
Deliverables: Complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
Here is what my computer uses (not that it should make any difference)...
WinXP
Special Conditions / Other:
Please make this simple!
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$5 (USD)
|
Jun 2, 2002 2:47:06 PM EDT
|
10
(Excellent)
|
|
|
It's so easy, I'd do it for free, but RAC has to have it's cut. Give me an hour and You'll have it. Perfectly documented. VB6 or VB.Net? |
|
|
|
|
N/A
|
Jun 2, 2002 2:50:30 PM EDT
|
10
(Excellent)
|
|
|
Here's the first 6 lines of the sub that will handle the majority of the work.
dim i as integer dim Chars() as string dim charCount as integer
i = freefile
open FileName for binary as #i
Rick
|
|
|
|
|
|