Hello everybody!
Last year I wrote a program to use at work. It checks a file that contains Lot Numbers / sequences of calling cards and compares it with another file wich is extracted from our database invoices to find out wich records are FU and wich are not FU (Boring stuff, don't ask). The ...
Search found 6 matches
- Sun May 26, 2013 2:18 am
- Forum: Broken Code
- Topic: Progress Bar Blues
- Replies: 0
- Views: 37312
- Fri Jun 29, 2012 10:08 pm
- Forum: Broken Code
- Topic: Changing Lot Numbers in a CSV file depending on sequence
- Replies: 2
- Views: 13118
Re: Changing Lot Numbers in a CSV file depending on sequence
Thanks.
It's been a long time.
It's been a long time.
- Fri Jun 29, 2012 3:30 am
- Forum: Broken Code
- Topic: Changing Lot Numbers in a CSV file depending on sequence
- Replies: 2
- Views: 13118
Changing Lot Numbers in a CSV file depending on sequence
Greetings everyone.
I have a problem and I need to write a program to solve it. I was going to try and figure it out myself, but I'm running out of time and I have very little experience programming and is job-related, so I need to get it done asap. Here's the thing: I need to process a csv file ...
I have a problem and I need to write a program to solve it. I was going to try and figure it out myself, but I'm running out of time and I have very little experience programming and is job-related, so I need to get it done asap. Here's the thing: I need to process a csv file ...
- Mon Sep 06, 2010 10:40 pm
- Forum: Broken Code
- Topic: Knight's Tour broken code
- Replies: 1
- Views: 11603
Knight's Tour broken code
Ok. I have checked this code several times during the last few hours and I still can find what's wrong. :(
I'm getting a
Runtime Error: Subscript out of range: 24, hiscore$()
(see error log for more information)
exactly at this line of code:
IF VAL(hiScore$(i,3)) > VAL(hiScore$(i+1,3)) THEN ...
I'm getting a
Runtime Error: Subscript out of range: 24, hiscore$()
(see error log for more information)
exactly at this line of code:
IF VAL(hiScore$(i,3)) > VAL(hiScore$(i+1,3)) THEN ...
- Tue Aug 31, 2010 2:44 am
- Forum: Games
- Topic: Knight's Tour Graphic Version
- Replies: 0
- Views: 4315
Knight's Tour Graphic Version
Hello Everybody!
Finally I finished the graphic version of 64, or Knight's Tour. If you want to know what I'm talking about, check the old version: http://justbasic.conforums.com/index.cgi?board=shared&action=display&num=1252638402&start= .
Anyway, this is the new one. As always, criticism and ...
Finally I finished the graphic version of 64, or Knight's Tour. If you want to know what I'm talking about, check the old version: http://justbasic.conforums.com/index.cgi?board=shared&action=display&num=1252638402&start= .
Anyway, this is the new one. As always, criticism and ...
- Fri Sep 11, 2009 3:00 am
- Forum: Games
- Topic: 64. My second program
- Replies: 0
- Views: 4269
64. My second program
Hello all.
One of my co-workers plays this game sometimes. She uses pen and paper, but I tought it would be cool to make the computer version, so here it is.
I'm new to programming, and this is the second program I have completed so far. Criticism and suggestions are very welcome.
The game has a ...
One of my co-workers plays this game sometimes. She uses pen and paper, but I tought it would be cool to make the computer version, so here it is.
I'm new to programming, and this is the second program I have completed so far. Criticism and suggestions are very welcome.
The game has a ...