answer file with filter problem

Garrett Hylltun garrett at paraboliclogic.com
Tue Mar 7 19:18:17 EST 2006


Rev 2.6.1

Greetings,

Am I doing something wrong with the answer file?

   put "Please select a file:" into varOne
   put "Text Files,*.txt" into varTwo
   put "Open file" into varThree
   answer file varOne with filter varTwo titled varThree

I originally had this way:

   answer file "Please select a file:" with filter "Text Files,*.txt" 
titled "Open file"

But either way, the files listed in the answer file dialog are all 
blocked out and not accessible at all.

Thanks,
-Garrett



More information about the use-livecode mailing list