Skip to main content
Participating Frequently
September 9, 2024
Question

I am needing help with what is wrong with this code... It keeps saying I am missing a ] at line 3.

  • September 9, 2024
  • 1 reply
  • 148 views

I am needing help with what is wrong with this code... It keeps saying I am missing a ] at line 3. 

 

if(event.value == "Tamper Evident Round")
this.getField("number1").setItems(["22314","22514","23514","25014","25015","26215","26214",27514","21114","21560","22060","LID20114","LID20170","LID20160"]);
else if(event.value == "SealPack Round Tall")
this.getField("number1").setItems(["22520","23120","23520","24020","25020","27520","21120","LID20120"]);
else this.getField("number1").clearItems();

This topic has been closed for replies.

1 reply

PDF Automation Station
Community Expert
Community Expert
September 9, 2024

You are missing an opening quotation before 27514"