Advertisement
Lucas_3D

Iterative Checklist

Apr 29th, 2020
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. fn iterativeChecklist num =
  2. (
  3. theString = "rollout roName \"Name v1.0\"\n(\n"
  4. for i = 1 to num do (theString += ("checkbox cbx"+i as string + " \"test\" across:4\n"))
  5. theString += ")\n"
  6. theString+= "createDialog roName width:230 height:120 pos:[10,240]\n"
  7. theString
  8. )
  9. execute (iterativeChecklist 20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement