Putting Text into a variable
January 16, 2008 12:00 AM
All sorted with Ben Pitman's helpon Show Page I set temp and collectWords to null Action: On Click; Action: Modify Variable; Target: temp; Value: "the word in the field "; Set Variable Contents Action: On Click; Action: Modify Variable; Target: collectWords; Value: VAR(temp); Add to Variable Action: On Click; Action: Change Contents; Target: selectedWords; Value: collectWords i added an action to toggle the clicked word's visibility selectedWords is the outputfield, temp and collectWords are variablesmany thanks
Discussions have been disabled for this post