Skip to main content

Search

Search

Fic Allergen Labelling - Problems Using Sample

Comments

1 comment

  • Avatar
    Legacy Poster

    Fixed by tech support - fantastic!

     

    Quote for others in the same boat:

     

     

     


    To fix it please search for the following code in the VB script:


     


    Dim tempMultiIngredient : tempMultiIngredient = Trim(LCase(multiIngredientSplitted(j)))


    Dim startsWith


    Dim endsWith


     


    And modify it as follows:


     


    Dim tempMultiIngredient : tempMultiIngredient = Trim(LCase(multiIngredientSplitted(j)))


    Dim startsWith : startsWith = ""


    Dim endsWith : endsWith = ""
    0

Please sign in to leave a comment.