Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Alfarata

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 302,88,0.247,2.88,75.500 How do I read this data in a 'C' program without the commas, and then …

Member Avatar for sinju
0
149
Member Avatar for Alfarata

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? Thanks for any help. Sub DrCode() If Val(txtDoorSeries.Text) = 610 Or …

Member Avatar for N[e]tt[e]
0
184
Member Avatar for Alfarata

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 '. 05 FILLER PIC X(50) VALUE '08-0001 LOCK/TLOCK,STMPD,H25,LH,W-RIVET'. 05 FILLER PIC X(50) VALUE '08-0002 LOCK/TLOCK,STMPD,H87,RH,W-RIVET'. 05 …

0
85
Member Avatar for Alfarata

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?

0
157
Member Avatar for Alfarata

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 project requires some C programming., any assistance is greatly appreciated.

Member Avatar for Scribbller
0
94
Member Avatar for Alfarata

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.

Member Avatar for Narue
0
227
Member Avatar for Alfarata

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 not the complete program but shows the …

Member Avatar for Alfarata
0
124