Code:
if operation = "EDIT" then loadplanname = id2(3) loadnewqty = id2(4) loaddpml = cdbl(id2(5)) response.end 'ni utk FW AUTO STARTS; if qty/dpml is change will call edit first then add into FW AUTO START table call listFWautoCreate(wafersdt,loadtech,loaddevice,loadplanname,loadnewqty,loaddpml,id2(6),id2(7),id2(8),id2(9),id2(10),id2(11),id2(12)) 'response.write "NAK EDIT " & loadnewqty %> <script languange="javascript"> document.operation.submit(); </script> <% end if
When i add in id(13) having issue where i get error message subscript out of range.Where should i declare this
Comment