跳到主内容

搜索

搜索

Fic Allergen Labelling - Problems Using Sample

评论

1 条评论

  • 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

请先登录再写评论。