Creating Enscript d...
 
Notifications
Clear all

Creating Enscript dynamic List/radio box choices.HowTo?

1 Posts
1 Users
0 Reactions
455 Views
(@toddjulius)
Active Member
Joined: 13 years ago
Posts: 11
Topic starter  

Good morning all,

does enscript allow the equivolent of literals in building radio and list box choices.I'm trying to find a way to build list/radio box choices dynamically. I need some enscript help. I'm trying to find a way I can build list box/Radio choices dynamically after the loops through all entries and determines which files are valid choices for the user. The pseudo-code form, looks like this

forall (EntryClass e in c.EntryRoot())

if e meets_valid _criterea)

#Choice=e.path+e.name

end forall

List = new NameListClass();
List.Parse#choice1,#choice2,#choice3, ",");

Does enscript allow literals in the traditional sense for this use or should I be pointed in a different direction? Any help would be greatly appreciated! thanks in advance…

Todd
Todd Julius
Leahy center for Digital investigation


   
Quote
Share: