Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Formlet.Do {
  2. let! n = Controls.Button "Add Tabs"
  3. return!
  4. List.init n (fun ix ->
  5. ("Tab " + string ix, Controls.Input "")
  6. )
  7. |> Controls.TabsChoose
  8. }
Add Comment
Please, Sign In to add comment