Message 1 of 5
Not applicable
02-25-2016
01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am trying to automatically create parameters using I-logic BASED upon a existing multivalue list
the code i have currently been using
Dim lidlist = {1,2,3,4,5,6,7,8}For Each lid As Integer In lidList oMyParameter=ThisApplication.ActiveDocument.ComponentDefinition.Parameters.UserParameters oParameter=oMyParameter.AddByExpression("lid_", "500", "mm") Next
gives me this output
What i would like it to do is look like this
Idealy i would like it to stop at each iteration and ask the user for input, and create only the amount of lids as selected in the parameter "lids"
is anyone able to help me out?
kind regards,
Matt Hansen
Solved! Go to Solution.