Excerpts from Vaishnavi Thiyagarajan's message of 2015-11-26 11:18:32 +0100: > hello, > I am an engineering student doing my final year project in clean, since > i am initiating I am bloacke with this error that i have attached a > screenshot of the error, kindly help me solve. > Thankfully, > Vaishnavi
Hi Vaishnavi, The function enterInformation takes two arguments, a description and a list of options. See InteractionTasks.dcl. When you give it an empty list of options, it falls back to the default options. If you write myTask = enterInformation "Please fill in the form:" [] it should work. Hope this helps, Markus _______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
