On Jul 17, 2004, at 1:48 PM, Rich Lague wrote:

on mouseUp
ask "Save list as..."
set the defaultFolder to "/Users/rlague/Documents/Revolution-iB/RFP projecto/7.2i"
put field "daTable" into URL "file:it.txt"
end mouseUp

Off the top of my head...

on mouseUp
  ask "Save list as..."
  if char -4 to -1 of it is not ".txt" put ".txt" after it
  put field "daTable" into URL ("file:" & it)
end mousUp

Something like that.

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to