what I want to do (and this overly simplstic example)is create an array to hold names of fruit.
@InitArrays -supressed field in header
WhilePrintingRecords;
GLOBAL StringVar array Fruit := ["apples","pears","lemons"];
""//eliminates CR error msg
now in my report I want to reference and/or modify that array. How do I do that?
-Pete
@InitArrays -supressed field in header
WhilePrintingRecords;
GLOBAL StringVar array Fruit := ["apples","pears","lemons"];
""//eliminates CR error msg
now in my report I want to reference and/or modify that array. How do I do that?
-Pete