User Portlet
Discussions |
---|
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/875a45db-59c1-474c-8234-a0bc64187085 |
Dear Rohit, Thank you so much for your prompt answer. I was thinking about something like that but I was not aware of the use of the NotebookApply function in conjunction with the ActionMenu function because in the ActionMenu documentation... |
Hi ! I know now how to do it : fWhile = AskFunction[ Ask[{"name", "Enter a name"} -> "String"]; Ask[{"anotherQ", "Do you want another?"} -> {"Yes" -> True, "No" -> False}]; If[ ... |