Reset variable to blank
I have a Captivate slide with four text entry boxes, each with an associated variable. When the slide first loads, the TEBs are blank. The user must populate them in order to advance to the next slide. However, if the user returns to this slide, I want the TEBs to be blank again. I do not want the user's previously typed value to display.
I have an advanced action that I call in slide's onEnter event. I have tried:
assign variable variable name with ""
assign variable variable name with " "
assign variable variable name with space
I also tried the above using the TEB's label name in place of the variable name and I created an extra variable with no value and tried to assign that to the teb variables to no avail. Each time I return to the slide, the previous value displays.
How can I reset the variable / TEB to a blank value?
I'm using version 5.0.3.631
