Topic: Version 2.19 Problem
Hi Jeff,
Downloaded and installed 2.19. And it does display the Allocated elements. But something is going wrong and I'm not sure what it is. I have a line of data that contains 4 different elements in 10-column fields for a Dam Structure table - Elevation, Discharge, Volume and Area. The first line of data would look like this:
Elev Disch Volume Area
(20 blank spaces) 591.00 247.8 76.8
and the 10th line of data:
(20 blanks) 615 607.7
The elements are referenced as Str%Elev(), Str%PSDisch(), Str%Volume() and Str%Area(%)
When I display the values, the elevation value shows up in all 4 elements, i.e., 591.00 as Str%Elev(1), Str%PSDisch(1), Str%Volume(1) and Str%Area(1).
If I look at the 10th elements (Str%Elev(10), etc.), the elevation 615.00 is shown as above.
I THINK the values are being stored correctly, but I'm not sure.
Don