The answer depends on how you are asking the question. If you
repeatedly ask the question in the same handler, just keeping a local
variable with the count in it would be sufficient.
If the user can leave the card with the question and come back to try
to answer it later, the solution is more complex. There are basically
three approaches I can see:
1) Keep a local variable declared *outside* all of the handlers in the
script that asks the question. A variable declared this way retains
its value until MetaCard exits.
2) Use global variables.
3) Use a hidden field.
-- *********************************************************************** * Scott Raney 303-447-3936 Remember: the better you look, * * raney@metacard.com the more you'll see -- Lidia * ***********************************************************************