|
|
Browse by Tags
All Tags » Entity
-
Well let me give some more info.
I have a file that looks like this
HL*20*1 'Indicates a new Claims loopNM1*CLINT*EASTWOODN3*2112 LONESOME DOVE RDN4*AUSTIN*TEXAS*42123HL*20*2NM1*TOM*JONESN3*123 SOMEROADN4*LAS VEGAS*NEVADA*42123
So I have code that puts each line into an array and then run thru each line in the array and each line in ...
-
I am using VB code to loop thru a text file. In the beginning of the read in process I create an entity for a Employee. As I read thru the file I might come across an employe or not if I do I use the .addnew method and then set some properties. but if I get to the end of the file and run a employee.save it will error off if I did not have an ...
|
|
|