pole.dat
Posted: Thu Jan 26, 2006 8:27 pm
Hello,
I'm thinking I might make a BIGPOLE type program, but I need to fully understand the POLE.DAT file. Dale, I've looked at your page about file formats and almost completely understand the file, but not exactly. Here's what I think it all means: (I use "Line" for each block of 20 chars.)
--Steve
I'm thinking I might make a BIGPOLE type program, but I need to fully understand the POLE.DAT file. Dale, I've looked at your page about file formats and almost completely understand the file, but not exactly. Here's what I think it all means: (I use "Line" for each block of 20 chars.)
- Line 1: Product description
Line 2: Quanty X Single Price = Total
Line 3: Chars 1-15 is the stock num; Char 16 is "RD"; Chars 17-18 is the type (0 = "", 1 = "PURCHASE", or 2 = "RETURN / PAYOUT"), Chars 19-20 is "DIFF"
Line 4: Chars 1-2 is decimal/no decimal (0 or 100); Chars 3-6 is the Net Total; Chars 7-10 is the Tax Rate; Chars 11-14 is the Total; Char 15 is "UP"
- What is "RD"? (used for, all possible values, etc) The real value is the ASCII code of the string RD?
What is "DIFF"? (used for, all possible values, etc)
What exactly does the CVL() function do, that it is used on the Net Total, Tax Rate, and Total? (Decoding of some sort? Is this an exclusively QBASIC function?)
What are the possible values for decimal/no decimal and what does each case mean? (when is each case used) What is the CVI() function?
What is the "UP" value used for?
--Steve