Search

Help

Page 2 of 79. Showing 787 results (0.292 seconds)

  1. Working with arrays

    = New System.Collections.ArrayList 'Now we create a counter variable and initialize to the value 0 Dim i As Integer = 0 'Next we create a loop that will go through … System.Collections.ArrayList 'Now we create a counter variable and initialize to the value 0 Dim i As Integer = 0 'Next we create a loop that will go through all
    Prinergy 9.0Apr 13, 2021
  2. Filtering the contents of an event

    As Creo.PWS.Automation.GenericDataModel.FilterAction) 'Create a counter variable and initialize to the value 0 Dim idx0 As Integer = 0 'Next we create a loop that will go through all the input files (until 'the counter reaches the end of the list) Do While (idx0 < triggerEvent.Surfaces.Length) Dim idx1 As Integer = 0 Do While (idx1
    Prinergy 9.0Apr 13, 2021
  3. ColorFlow variable marks in Prinergy

    separation, job name, and output date. Variable marks, also known as marks or slug lines, allow this information to be gathered at the time of output.When an output process template is executed, variable marks are replaced with the correct information. The following are ColorFlow-related variable marks
    ColorFlow 9.5Sep 23, 2024
  4. Assigning a value to a variable

    To assign a value to a variable while a rule set is executing, you must use the Set Variables action. From within an instance of the action, you can assign multiple variable values at once. You must create the variable before you can assign a value to it. To set a value, add a Set Variables action to the rule chain
  5. Retrieving a variable value

    Each type of variable requires a unique prefix to reference it. Type Prefix Example Global $ %$SomeGlobalVariable% Rule Set … , if you assign a temporary variable named JobName directly to an action parameter, the selected variable name is converted to a variable reference string
  6. Prinergy Workflow variable marks

    When using Pandora integrated with the Prinergy Workflow software, you can take advantage of Prinergy Workflow variable marks. You can place these variable marks anywhere on a substrate, and when you export the layout, Prinergy Workflow will replace the placeholder text string with variable text from the Prinergy
    Pandora 11.0Aug 30, 2024
  7. Assigning a value to a variable

    To assign a value to a variable while a rule set is executing, you must use the Set Variables action. From within an instance of the action, you can assign multiple variable values at once. You must create the variable before you can assign a value to it. To set a value, add a Set Variables action to the rule chain
  8. Assigning a value to a variable

    To assign a value to a variable while a rule set is executing, you must use the Set Variables action. From within an instance of the action, you can assign multiple variable values at once. You must create the variable before you can assign a value to it. To set a value, add a Set Variables action to the rule chain
  9. ColorFlow variable marks in Prinergy

    separation, job name, and output date. Variable marks, also known as marks or slug lines, allow this information to be gathered at the time of output.When an output process template is executed, variable marks are replaced with the correct information. The following are ColorFlow-related variable marks
    ColorFlow 11.0Aug 27, 2024
  10. Retrieving a variable value

    Each type of variable requires a unique prefix to reference it. Type Prefix Example Global $ %$SomeGlobalVariable% Rule Set … , if you assign a temporary variable named JobName directly to an action parameter, the selected variable name is converted to a variable reference string