Skip to Content
0
Former Member
Dec 08, 2008 at 10:08 AM

"Invisible" Write statement possible?

100 Views

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