Hi from Paris,

I ran :

on mouseUp
  --global tNames,tName
put "MyField1,MyField2,MyField3,MyField4,MyField5,MyField6,MyField7," into tNames
  REPEAT for each item tName in tNames -- Clears all fields
    --answer tName with "OK"
    put empty into field tName
  END REPEAT
end mouseUp

Forget about the global declaration and the Answer command. I just like
to see what I'm doing before I comment the commands out !

Runs OK.  (although I used different field names than you !)

Check that you have no return in your "put" command. I see "tNames" on a new line.
That will bring up a script error.

-Francis

"Nothing should ever be done for the first time !"
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to