|
Here is my data structure definition: DModifiers DS Occurs(512) D Mods 4S 0 Dim(3) D ModUPC 12A Here I"m loading it... C Eval X = 1 C DoW %Found C X Occur Modifiers ... C Eval Mods(1) = Int4Num C Eval Mods(2) = Int4Num C Eval Mods(3) = Int4Num ... C Eval X = X + 1 C EndDo All well in good. Well, I need to debug this program, and if I put a watch on Modifiers I can sell all the loaded data nice and tidy. However, if I put a watch on Mods(1), Mods(2) and Mods(3) they always show the First occurrence in the DS, they don't show the current occurrence, which makes it a little harder to debug. Now I have to look at my X value and scroll through and try to figure out what value it currently is. Is this a known bug? Regards, Jim Langston Programmer/Analyst NT Administrator Cels Enterprises, Inc.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.