Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2005 |
| Replies: 2 Views: 1,462 No matter what I enter in the text box txtDoorSeries when I run with Debug and a watch on DoorCode it always is 1 . It does not fall through the if statements. Am I using the wrong properties?
... |
Forum: C Mar 14th, 2005 |
| Replies: 0 Views: 1,516 I believe this is a form of COBOL used in a Realia complied program. I need to know how this section of code works.
01 TEST-LOCK-TABLE.
05 FILLER PIC X(12) VALUE '03 00000 EA... |
Forum: C Mar 10th, 2005 |
| Replies: 0 Views: 6,399 I have some old dll file that were created using Realia Cobol compiler ver 3.10. How can I read these files to extract the values for my new program? |
Forum: C++ Feb 11th, 2005 |
| Replies: 5 Views: 2,790 I am writing a program in C not C++ how do I allow the user to input a name for the file, but not the extension. I will use the extension .csv always. |
Forum: C Feb 10th, 2005 |
| Replies: 5 Views: 2,339 Thanks, honestly I just could not see that. Maybe I should lay off the coffee until I get this done. |
Forum: C Feb 10th, 2005 |
| Replies: 5 Views: 2,339 I can't set temprec at 2000 it's my counter as the records a moved in to the batch structure. the fprint satement loops it just prints zero's instead of data |
Forum: C Feb 10th, 2005 |
| Replies: 5 Views: 2,339 I have a structure set up from some earlier help. Now when I try to write the data to the disk I only write zero's. I have no idea what I have done wrong or why this is happening. I realize this is... |
Forum: C Feb 8th, 2005 |
| Replies: 3 Views: 4,650 Thanks for the help Sorry it took me so long to reply. |
Forum: C Feb 5th, 2005 |
| Replies: 3 Views: 4,650 I need to read in a csv file created by MSExcel into an array. The file contains 750 rows of 5 sets of numbers some int. some float. the format looks like this: 301,36,0.285,2.88,15.000
... |
Forum: Geeks' Lounge Feb 5th, 2005 |
| Replies: 1 Views: 1,688 Hello,
My name is Bill I go by Alfarata (don't ask). Allen Bradley PLC programming by trade I sometimes dabble in other formats to complete a project. I'm sure to have some questions since my newest... |