Hi,
try this
Actionscript Code://declare empty variables first
AuthorBox = "";
YopBox = "";
ResultsBox = "";
// probably do all
// also can be used as clear form button etc.
//button command
ResultsBox = Author.text + ". (" + YearofPublication.text + ")";
it now works




Reply With Quote