Hi!
I want to print a list which includes a checkbox in every line. I use the write statement therefore and loop afterwards with read line over the list to check whether the checkbox was checked or not.
In the line I write the tabix, to know which dataset the user wants, that works but it's not really nice, that the user sees the tabix.
Is it possible to make the write statement invisivble so that I can read the information with read line, but the User doesn't see it?
Thanks!
Tobi