I use Kix in a combination with an ini-file to logon my users on the network with the right settings and mappings. This works great, but sometimes to fast.

As administrator i want to see my screen output of the kixscript, but i do not want that my users must press any key to continue or have some sleep moments.

In TBasic ( yes that's old ) was a statement like : A$=Inkey$. If a key is pressed then it is in 'A$'. If no key is pressed, the program continues. If i want the script to be paused i press a key, otherwise it continues.

Is there a solution in Kix to do this ?
Thanks in advance.