Assuming I can get some other things to work, it would be GREAT if I could SORT the results before it was printed/displayed
I will have an Array of information that I was going to build into a single Field, but I could also put all of the elements into a table just the same.
Once I have the information loaded into either a single Big Text Field, or a Single column table, is it possible to SORT the table in READER?
I will have set of Buttons (button.1 to button.199) that will each have some descriptive text associated (Dtext.1 to Dtext.199)
My idea was that when it was time to build the "Summary" I would build a loop, as this will keep the scripts from running until it was needed, so this masive routine won't be running every time a button is selected, only when the specifiv "Build it now" button is pressed.
(This is descriptive not code)
For Number is from 1 to 199
if Button.number = true then Summary_Field == Summary Field + Dtext.number
Next Number
This should put all of the enabled field description into one Big Field that can be displayed/printed.
I could just as easily put all of the lines into a table and then display the table or put it back into the field....
First question is can I do this?
Next Question is: Can I SORT either the Table or the Big text field in on Tablet running Adobe reader?? (Speed isn't a problem once I hit 'build')