Guest User

Untitled

a guest
Jan 24th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. depts = "Sales, Accounting,IT";
  2.  
  3. for(i=1; i lte listLen(depts ); i++) {
  4.     c2 = entityLoad("depts ",{deptCode=listGetAt(depts ,i)},true);
  5.     c.addDept(c2);
  6. }
  7.  
  8. I get variable [C2] doesn't exist
Add Comment
Please, Sign In to add comment